Skip to content

Commit

Permalink
Merge pull request #74 from smlx/comment-fix
Browse files Browse the repository at this point in the history
chore: remove redundant comment
  • Loading branch information
smlx authored Oct 13, 2021
2 parents b44abcb + b566636 commit 5515eae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/securitykey/string.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ func (k *SecurityKey) synthesizeEntity(ck *CryptoKey, now time.Time, name, email
CreationTime: now,
SigType: packet.SigTypePositiveCert,
// TODO: determine the key type
// TODO: support ECDH
PubKeyAlgo: packet.PubKeyAlgoECDSA,
Hash: crypto.SHA256,
IssuerKeyId: &pub.KeyId,
Expand Down

0 comments on commit 5515eae

Please sign in to comment.