github.com/keybase/client/go@v0.0.0-20241007131713-f10651d043c8/kbfs/kbfscrypto/README.md (about) 1 ## kbfscrypto 2 3 Crypto-related types and functions for KBFS. The package is named 4 `kbfscrypto` rather than `crypto` for two reasons: 5 6 1. To avoid conflicting with the `crypto` package. 7 2. Some variables are named `crypto` already. 8 9 All errors returned by this package are wrapped with pkg/errors, and 10 so need errors.Cause() to unwrap them.