Skip to content

Commit e23c9e8

Browse files
author
Rob Percival
committed
Fix typo in crypto/signatures.go
1 parent a459a76 commit e23c9e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crypto/signatures.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
)
2424

2525
// 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.
26+
// Only ECDSA and RSA keys are supported. Other key types will return sigpb.DigitallySigned_ANONYMOUS.
2727
func SignatureAlgorithm(k gocrypto.PublicKey) sigpb.DigitallySigned_SignatureAlgorithm {
2828
switch k.(type) {
2929
case *ecdsa.PublicKey:

0 commit comments

Comments
 (0)