diff options
author | David Hook <dgh@cryptoworkshop.com> | 2017-06-25 18:20:32 +1000 |
---|---|---|
committer | David Hook <dgh@cryptoworkshop.com> | 2017-06-25 18:20:32 +1000 |
commit | 021e96c5f769bc44fd2c5ea54e39a07de22ea902 (patch) | |
tree | c7a892ae63eab4c13a34c60b9c349bfcbf7a134c | |
parent | Initial implementation of SM2 elliptic curve (diff) | |
download | BouncyCastle.NET-ed25519-021e96c5f769bc44fd2c5ea54e39a07de22ea902.tar.xz |
update
-rw-r--r-- | crypto/Contributors.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto/Contributors.html b/crypto/Contributors.html index 5211b193f..c43b5a864 100644 --- a/crypto/Contributors.html +++ b/crypto/Contributors.html @@ -139,7 +139,10 @@ <p>Oren Novotny (https://github.com/onovotny) - developed and maintained a fork supporting Portable Class Library, worked closely with us to integrate the changes back into the main project.</p> </li> <li> - <p>Nicolas Dorier (https://github.com/NicolasDorier) - patch to fix culture-dependent lookups in MacUtilities. + <p>Nicolas Dorier (https://github.com/NicolasDorier) - patch to fix culture-dependent lookups in MacUtilities.</p> + </li> + <li> + <p>Artem Storozhuk <storojs72@gmail.com> initial implementation of DSTU7564 (digest) and DSTU7624 (cipher) and their associated modes.</p> </li> </ul> </body> |