Removed WANDERER exp c_alg

Signed-off-by: Russ Magee <rmagee@gmail.com>
This commit is contained in:
Russ Magee 2020-02-06 19:12:45 -08:00
parent 58652ce935
commit 0eb785a9dc
6 changed files with 16 additions and 243 deletions

View file

@ -99,7 +99,6 @@ const (
CAlgTwofish128 // golang.org/x/crypto/twofish
CAlgBlowfish64 // golang.org/x/crypto/blowfish
CAlgCryptMT1 //cryptmt using mtwist64
CAlgWanderer // inhouse experimental crypto alg
CAlgNoneDisallowed
)