github.com/keybase/client/go@v0.0.0-20240520164431-4f512a4c85a3/kbfs/kbfshash/README.md (about)

     1  ## kbfshash
     2  
     3  The Keybase hash type. The package is named `kbfshash` rather than
     4  `hash` for two reasons:
     5  
     6  1. To avoid conflicting with the `hash` package.
     7  2. Variables may also be named `hash`.
     8  
     9  All errors returned by this package are wrapped with pkg/errors, and
    10  so need errors.Cause() to unwrap them.