forked from Talend/bc-java
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43179d8
commit 967f5bf
Showing
2 changed files
with
8 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -490,7 +490,7 @@ | |
<li>Andreas Gadermaier <up.gadermaier@gmail.com> initial version of Argon2 PBKDF algorithm.</li> | ||
<li>Tony Washer <[email protected]> review of qTesla, Java 1.9 module code, additional test code and debugging for GOST, DSTU, and ECNR algorithms. Initial lightweight implementation of the ZUC ciphers and macs.</li> | ||
<li>Vincent Bouckaert <https://github.com/veebee> initial version of RFC 4998 ASN.1 classes.</li> | ||
<li>Tony Washer <https://github.com/tonywasher> ECIESKeyEncapsulation fix for use of OldCofactor mode.</li> | ||
<li>Tony Washer <https://github.com/tonywasher> ECIESKeyEncapsulation fix for use of OldCofactor mode. Submitted ChaCha20Poly1305 prototype.</li> | ||
<li>Aurimas Liutikas <https://github.com/liutikas> JavaDoc patches to ReasonsMask.</li> | ||
<li>Gabriel Sroka <https://github.com/gabrielsroka> corrected comments in RSA validation.</li> | ||
<li>sarah-mdv <https://github.com/sarah-mdv> improvements to JceKeyTransRecipientInfoGenerator, tests for JournalingSecureRandom, initial implementation of JournaledAlgorithm.</li> | ||
|
@@ -510,6 +510,7 @@ | |
<li>Daniel Heldt<https://github.com/dheldt> Fixing encodings in unicode tests to allow a wider range of Java compilers to work. Tweak to inheritance in JceKeyAgreeRecipient.</li> | ||
<li>Ugochukwu Mmaduekwe<https://github.com/Xor-el> Fix for initially bugged legacy Integers.numberOfLeadingZeros method.</li> | ||
<li>Gsealy <https://github.com/Gsealy> addition of PBKDF2withHmacSM3 to the provider.</li> | ||
<li>Kevin Herron <https://github.com/kevinherron> Submitted ChaCha20Poly1305 prototype.</li> | ||
</ul> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters