type golang.org/x/crypto/openpgp.canonicalTextHash
7 uses
golang.org/x/crypto/openpgp (current package)
canonical_text.go#L12: return &canonicalTextHash{h, 0}
canonical_text.go#L15: type canonicalTextHash struct {
canonical_text.go#L22: func (cth *canonicalTextHash) Write(buf []byte) (int, error) {
canonical_text.go#L44: func (cth *canonicalTextHash) Sum(in []byte) []byte {
canonical_text.go#L48: func (cth *canonicalTextHash) Reset() {
canonical_text.go#L53: func (cth *canonicalTextHash) Size() int {
canonical_text.go#L57: func (cth *canonicalTextHash) BlockSize() int {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |