added hopscotch cipher

This commit is contained in:
Russ Magee 2021-11-12 20:39:44 -08:00
parent db8697aa35
commit 129dce4b08
6 changed files with 16 additions and 2 deletions

View file

@ -107,6 +107,7 @@ const (
CAlgBlowfish64 // golang.org/x/crypto/blowfish
CAlgCryptMT1 //cryptmt using mtwist64
CAlgChaCha20_12
CAlgHopscotch
CAlgNoneDisallowed
)