Browse Source

Use longer checksum again

pull/1782/head
Ethan Frey 7 years ago
parent
commit
50e7c07817
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      keys/wordcodec.go

+ 2
- 2
keys/wordcodec.go View File

@ -34,8 +34,8 @@ func NewCodec(words []string) (codec *WordCodec, err error) {
res := &WordCodec{
words: words,
// TODO: configure this outside???
// check: NewIEEECRC32(),
check: NewIBMCRC16(),
check: NewIEEECRC32(),
// check: NewIBMCRC16(),
}
return res, nil


Loading…
Cancel
Save