diff options
author | David Hook <dgh@bouncycastle.org> | 2017-06-27 11:11:24 +1000 |
---|---|---|
committer | David Hook <dgh@bouncycastle.org> | 2017-06-27 11:11:24 +1000 |
commit | 9b43c7722ead981affbe021e62de174558f06c8e (patch) | |
tree | b4d033214355193247eb72fb81b3263094e1d347 /crypto | |
parent | paddingfix for where pad block extends over 2 block boundary. (diff) | |
parent | Merge remote-tracking branch 'origin/master' (diff) | |
download | BouncyCastle.NET-ed25519-9b43c7722ead981affbe021e62de174558f06c8e.tar.xz |
Merge branch 'master' of bcgit@git.bouncycastle.org:bc-csharp.git
Diffstat (limited to 'crypto')
-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> |