|
|
@@ -193,7 +193,7 @@ func NewRSAPublicKey(creationTime time.Time, pub *rsa.PublicKey) *PublicKey {
|
|
|
return pk
|
|
|
}
|
|
|
|
|
|
-// NewDSAPublicKey returns a PublicKey that wraps the given rsa.PublicKey.
|
|
|
+// NewDSAPublicKey returns a PublicKey that wraps the given dsa.PublicKey.
|
|
|
func NewDSAPublicKey(creationTime time.Time, pub *dsa.PublicKey) *PublicKey {
|
|
|
pk := &PublicKey{
|
|
|
CreationTime: creationTime,
|