Crypto-related types and functions for KBFS. The package is named
kbfscrypto rather than crypto for two reasons:
- To avoid conflicting with the
cryptopackage. - Some variables are named
cryptoalready.
All errors returned by this package are wrapped with pkg/errors, and so need errors.Cause() to unwrap them.