Skip to content

Commit acc3328

Browse files
authored
EdDSA key support (#100) (#103)
1 parent 30fc489 commit acc3328

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4099,6 +4099,7 @@ components:
40994099
- RS256
41004100
- RS384
41014101
- RS512
4102+
- Ed25519
41024103
KeyRequest:
41034104
description: Key API request object.
41044105
type: object
@@ -4154,6 +4155,7 @@ components:
41544155
- EC
41554156
- RSA
41564157
- HMAC
4158+
- OKP
41574159
KeyUse:
41584160
description: The use type of a key.
41594161
type: string

0 commit comments

Comments
 (0)