Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions schema/cryptography-defs.json
Original file line number Diff line number Diff line change
Expand Up @@ -1047,6 +1047,36 @@
}
]
},
{
"family": "SPAKE2",
"standard": [
{
"name": "RFC9382",
"url": "https://doi.org/10.17487/RFC9382"
}
],
"variant": [
{
"pattern": "SPAKE2[-{group}][-{hashFunction}][-{kdf}][-{mac}]",
"primitive": "key-agree"
}
]
},
{
"family": "SPAKE2PLUS",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: does it make sense to also call it SPAKE2+ to match the patterns?

"standard": [
{
"name": "RFC9383",
"url": "https://doi.org/10.17487/RFC9383"
}
],
"variant": [
{
"pattern": "SPAKE2+[-{group}][-{hashFunction}][-{kdf}][-{mac}]",
"primitive": "key-agree"
}
]
},
{
"family": "TUAK",
"standard": [
Expand Down