summary refs log tree commit diff
path: root/crypto/src/security/ParameterUtilities.cs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-11-21 17:24:57 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-11-21 17:24:57 +0700
commit97267912729a6e6fcbe1cbf3bdd5604d0318c24f (patch)
tree3ba7a2c3200daaa9e6db826ac9cb52e09431b143 /crypto/src/security/ParameterUtilities.cs
parentMerge branch 'master' of git.bouncycastle.org:bc-csharp into pcl (diff)
parentSpelling (diff)
downloadBouncyCastle.NET-ed25519-97267912729a6e6fcbe1cbf3bdd5604d0318c24f.tar.xz
Merge branch 'master' of git.bouncycastle.org:bc-csharp into pcl
Diffstat (limited to 'crypto/src/security/ParameterUtilities.cs')
-rw-r--r--crypto/src/security/ParameterUtilities.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/crypto/src/security/ParameterUtilities.cs b/crypto/src/security/ParameterUtilities.cs

index 8fc3732f5..c12155878 100644 --- a/crypto/src/security/ParameterUtilities.cs +++ b/crypto/src/security/ParameterUtilities.cs
@@ -104,6 +104,9 @@ namespace Org.BouncyCastle.Security AddAlgorithm("SERPENT"); AddAlgorithm("SKIPJACK"); AddAlgorithm("TEA"); + AddAlgorithm("THREEFISH-256"); + AddAlgorithm("THREEFISH-512"); + AddAlgorithm("THREEFISH-1024"); AddAlgorithm("TNEPRES"); AddAlgorithm("TWOFISH"); AddAlgorithm("VMPC");