We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a459a76 commit e23c9e8Copy full SHA for e23c9e8
crypto/signatures.go
@@ -23,7 +23,7 @@ import (
23
)
24
25
// SignatureAlgorithm returns the algorithm used for this public key.
26
-// Only ECDSA and RSA keys are supported. Other key types will return sigpb.DigitallySigned_UNKNOWN.
+// Only ECDSA and RSA keys are supported. Other key types will return sigpb.DigitallySigned_ANONYMOUS.
27
func SignatureAlgorithm(k gocrypto.PublicKey) sigpb.DigitallySigned_SignatureAlgorithm {
28
switch k.(type) {
29
case *ecdsa.PublicKey:
0 commit comments