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 {