2005-04-16 jrandom

* Migrated to Bouncycastle's SHA256 and HMAC implementations for efficiency
(also lots of udp fixes)
This commit is contained in:
jrandom
2005-04-17 00:59:48 +00:00
committed by zzz
parent 9e5fe7d2b6
commit 7389cec78f
27 changed files with 929 additions and 614 deletions

View File

@ -13,6 +13,7 @@ The base I2P router and SDK make use of the
following non-public domain code:
* TheCrypto's cryptographic routines (BSD)
* Bouncycastle's hash routines (MIT license)
* Cryptix's AES routines (Cryptix license)
* Adam Buckley's SNTP routines (BSD)