Skip to content

Commit 9bf7f3c

Browse files
Remove dash from EdDSA (#870)
According to RFC8032, the names are Ed25519ph, Ed25519ctx, and Ed448ph. There is no dash.
2 parents 88d01bf + 06ee11b commit 9bf7f3c

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)