Skip to content

Commit

Permalink
Update codepoints to draft-07
Browse files Browse the repository at this point in the history
  • Loading branch information
lubux committed Jan 31, 2025
1 parent a8180e4 commit dd40f9b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions openpgp/packet/packet.go
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,11 @@ const (
PubKeyAlgoMlkem1024X448 = 106

// Experimental PQC DSA algorithms
PubKeyAlgoMldsa65Ed25519 = 107
PubKeyAlgoMldsa87Ed448 = 108
PubKeyAlgoSlhdsaShake128s = 109
PubKeyAlgoSlhdsaShake128f = 110
PubKeyAlgoSlhdsaShake256s = 111
PubKeyAlgoMldsa65Ed25519 = 30
PubKeyAlgoMldsa87Ed448 = 31
PubKeyAlgoSlhdsaShake128s = 32
PubKeyAlgoSlhdsaShake128f = 33
PubKeyAlgoSlhdsaShake256s = 34
)

// CanEncrypt returns true if it's possible to encrypt a message to a public
Expand Down

0 comments on commit dd40f9b

Please sign in to comment.