summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Hook <dgh@bouncycastle.org>2017-06-27 11:11:24 +1000
committerDavid Hook <dgh@bouncycastle.org>2017-06-27 11:11:24 +1000
commit9b43c7722ead981affbe021e62de174558f06c8e (patch)
treeb4d033214355193247eb72fb81b3263094e1d347
parentpaddingfix for where pad block extends over 2 block boundary. (diff)
parentMerge remote-tracking branch 'origin/master' (diff)
downloadBouncyCastle.NET-ed25519-9b43c7722ead981affbe021e62de174558f06c8e.tar.xz
Merge branch 'master' of bcgit@git.bouncycastle.org:bc-csharp.git
-rw-r--r--crypto/Contributors.html5
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 &lt;storojs72&#064gmail.com&gt; initial implementation of DSTU7564 (digest) and DSTU7624 (cipher) and their associated modes.</p>
             </li>
 		</ul>
 	</body>