summary refs log tree commit diff
path: root/crypto/test
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-02-07 12:01:03 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-02-07 12:01:03 +0700
commitdde70c55cb12eabe36cc7b8763ae9ec820744270 (patch)
tree992a961aefc100f9bc02b4760841d0fda1e12cf7 /crypto/test
parentUse FixedPointCombMultiplier for most base-point multiplications (diff)
downloadBouncyCastle.NET-ed25519-dde70c55cb12eabe36cc7b8763ae9ec820744270.tar.xz
Update OCB draft references
Diffstat (limited to 'crypto/test')
-rw-r--r--crypto/test/src/crypto/test/OCBTest.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/test/src/crypto/test/OCBTest.cs b/crypto/test/src/crypto/test/OCBTest.cs
index 2f159994e..0829cb078 100644
--- a/crypto/test/src/crypto/test/OCBTest.cs
+++ b/crypto/test/src/crypto/test/OCBTest.cs
@@ -14,7 +14,7 @@ namespace Org.BouncyCastle.Crypto.Tests
 {
     /**
      * Test vectors from the "work in progress" Internet-Draft <a
-     * href="http://tools.ietf.org/html/draft-irtf-cfrg-ocb-06">The OCB Authenticated-Encryption
+     * href="http://tools.ietf.org/html/draft-irtf-cfrg-ocb-07">The OCB Authenticated-Encryption
      * Algorithm</a>
      */
     public class OcbTest