diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-07 12:01:03 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2014-02-07 12:01:03 +0700 |
commit | dde70c55cb12eabe36cc7b8763ae9ec820744270 (patch) | |
tree | 992a961aefc100f9bc02b4760841d0fda1e12cf7 /crypto/test/src | |
parent | Use FixedPointCombMultiplier for most base-point multiplications (diff) | |
download | BouncyCastle.NET-ed25519-dde70c55cb12eabe36cc7b8763ae9ec820744270.tar.xz |
Update OCB draft references
Diffstat (limited to 'crypto/test/src')
-rw-r--r-- | crypto/test/src/crypto/test/OCBTest.cs | 2 |
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 |