const crypto.RIPEMD160

7 uses

	crypto (current package)
		crypto.go#L41: 	case RIPEMD160:
		crypto.go#L77: 	RIPEMD160                   // import golang.org/x/crypto/ripemd160
		crypto.go#L106: 	RIPEMD160:   20,

	crypto/rsa
		pkcs1v15.go#L215: 	crypto.RIPEMD160: {0x30, 0x20, 0x30, 0x08, 0x06, 0x06, 0x28, 0xcf, 0x06, 0x03, 0x00, 0x31, 0x04, 0x14},

	golang.org/x/crypto/openpgp
		write.go#L277: 		hashToHashId(crypto.RIPEMD160),
		write.go#L356: 		hashToHashId(crypto.RIPEMD160),

	golang.org/x/crypto/openpgp/s2k
		s2k.go#L235: 	{3, crypto.RIPEMD160, "RIPEMD160"},