Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2014-01-11 08:13:09 +0400
committerPeter Dettman <peter.dettman@bouncycastle.org>2014-01-11 08:13:09 +0400
commit2e47139d9031482c77680aa8695aaf1f5349afab (patch)
treefc12cde9cc26dc528059a1ce64cb99d3df77d392 /core/src/main/java/org/bouncycastle/crypto/tls/MACAlgorithm.java
parentded84c7ffaed280d3e4c2dc8d8cbd0be0ce3b85f (diff)
Updates for draft-josefsson-salsa20-tls-04
Diffstat (limited to 'core/src/main/java/org/bouncycastle/crypto/tls/MACAlgorithm.java')
-rw-r--r--core/src/main/java/org/bouncycastle/crypto/tls/MACAlgorithm.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/core/src/main/java/org/bouncycastle/crypto/tls/MACAlgorithm.java b/core/src/main/java/org/bouncycastle/crypto/tls/MACAlgorithm.java
index 92adc8c2..856e5ffe 100644
--- a/core/src/main/java/org/bouncycastle/crypto/tls/MACAlgorithm.java
+++ b/core/src/main/java/org/bouncycastle/crypto/tls/MACAlgorithm.java
@@ -20,9 +20,4 @@ public class MACAlgorithm
public static final int hmac_sha256 = 3;
public static final int hmac_sha384 = 4;
public static final int hmac_sha512 = 5;
-
- /*
- * TBD[draft-josefsson-salsa20-tls-02]
- */
- static final int umac96 = 100;
}