Skip to content

Commit 3302c7d

Browse files
authored
Remove dash from EdDSA
According to RFC8032, the names are Ed25519ph, Ed25519ctx, and Ed448ph. There is no dash. Signed-off-by: Joachim Vandersmissen <git@jvdsn.com>
1 parent b92bd46 commit 3302c7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

schema/cryptography-defs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
],
8181
"variant": [
8282
{
83-
"pattern": "Ed(25519|448)[-(ph|ctx)]",
83+
"pattern": "Ed(25519|448)[(ph|ctx)]",
8484
"primitive": "signature"
8585
}
8686
]

0 commit comments

Comments
 (0)