crypto.Hash.Available (method)
10 uses
crypto (current package)
crypto.go#L138: func (h Hash) Available() bool {
crypto/x509
x509.go#L831: if !hashType.Available() {
golang.org/x/crypto/openpgp
read.go#L285: if !hashId.Available() {
write.go#L190: if h, ok := s2k.HashIdToHash(hashId); ok && h.Available() {
write.go#L197: if configuredHash := config.Hash(); configuredHash.Available() {
golang.org/x/crypto/openpgp/packet
public_key.go#L597: if !hashFunc.Available() {
public_key.go#L642: if !hashFunc.Available() {
public_key.go#L667: if !hashFunc.Available() {
public_key_v3.go#L244: if !hfn.Available() {
golang.org/x/crypto/openpgp/s2k
s2k.go#L168: if !hash.Available() {
![]() |
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. |