Skip to content

Commit b56eecb

Browse files
authored
EdDSA key support (#100)
1 parent 66ac883 commit b56eecb

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
@@ -4075,6 +4075,7 @@ components:
40754075
- RS256
40764076
- RS384
40774077
- RS512
4078+
- Ed25519
40784079
KeyRequest:
40794080
description: Key API request object.
40804081
type: object
@@ -4130,6 +4131,7 @@ components:
41304131
- EC
41314132
- RSA
41324133
- HMAC
4134+
- OKP
41334135
KeyUse:
41344136
description: The use type of a key.
41354137
type: string

0 commit comments

Comments
 (0)