keybase / saltpack

a modern crypto messaging format
https://saltpack.org/
BSD 3-Clause "New" or "Revised" License
989 stars 62 forks source link

SymmetricKeyResolver isn't required #75

Closed gabriel closed 5 years ago

gabriel commented 5 years ago

When using SigncryptOpen, it's ok to skip the SymmetricKeyResolver, then if it can't find the box (secret) keys, it returns with a ErrNoDecryptionKey error as expected.