microsoft / go-crypto-winnative

Go crypto backend for Windows using CNG
MIT License
28 stars 3 forks source link

Avoid panic with empty salt in PBKDF2 #43

Closed qmuntal closed 1 year ago

qmuntal commented 1 year ago

Upstream x/crypto/pbkdf2 allows passing an empty salt, so should we.