Skip to content

Commit 5895e46

Browse files
committed
get this passing
1 parent 3b7d30f commit 5895e46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/src/main/java/io/opentdf/platform/sdk/NanoTDFType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ public class NanoTDFType {
44
enum ECCurve {
55
SECP256R1("secp256r1", 32, 33, 0x00),
66
SECP384R1("secp384r1", 48, 49, 0x01),
7-
SECP521R1("secp512r1", 66, 67, 0x02),
7+
SECP521R1("secp521r1", 66, 67, 0x02),
88
SECP256K1("secp256k1",-1, -1, -1, false); // Note: SECP256K1 is not supported by the SDK
99

1010
final int curveMode;

0 commit comments

Comments
 (0)