There was an error while loading. Please reload this page.
1 parent ae4cd66 commit c9ac33cCopy full SHA for c9ac33c
1 file changed
webauthn-server-core/src/main/java/com/yubico/webauthn/WebAuthnCodecs.java
@@ -77,16 +77,16 @@ final class WebAuthnCodecs {
77
private static final ByteArray ED448_ALG_ID =
78
new ByteArray(
79
new byte[] {
80
- // SEQUENCE (5 bytes)
81
- 0x30,
82
- 5,
83
- // OID (3 bytes)
84
- 0x06,
85
- 3,
86
- // OID 1.3.101.113
87
- 0x2B,
88
- 101,
89
- 113
+ // SEQUENCE (5 bytes)
+ 0x30,
+ 5,
+ // OID (3 bytes)
+ 0x06,
+ 3,
+ // OID 1.3.101.113
+ 0x2B,
+ 101,
+ 113
90
});
91
92
static ByteArray ecPublicKeyToRaw(ECPublicKey key) {
0 commit comments