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 | |
parent | Use FixedPointCombMultiplier for most base-point multiplications (diff) | |
download | BouncyCastle.NET-ed25519-dde70c55cb12eabe36cc7b8763ae9ec820744270.tar.xz |
Update OCB draft references
-rw-r--r-- | crypto/src/crypto/modes/OCBBlockCipher.cs | 2 | ||||
-rw-r--r-- | crypto/test/src/crypto/test/OCBTest.cs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/crypto/src/crypto/modes/OCBBlockCipher.cs b/crypto/src/crypto/modes/OCBBlockCipher.cs index 38669e22f..8fb6f213f 100644 --- a/crypto/src/crypto/modes/OCBBlockCipher.cs +++ b/crypto/src/crypto/modes/OCBBlockCipher.cs @@ -8,7 +8,7 @@ namespace Org.BouncyCastle.Crypto.Modes { /** * An implementation of 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>, licensed per: * * <blockquote><p><a href="http://www.cs.ucdavis.edu/~rogaway/ocb/license1.pdf">License for 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 |