We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b7d30f commit 5895e46Copy full SHA for 5895e46
1 file changed
sdk/src/main/java/io/opentdf/platform/sdk/NanoTDFType.java
@@ -4,7 +4,7 @@ public class NanoTDFType {
4
enum ECCurve {
5
SECP256R1("secp256r1", 32, 33, 0x00),
6
SECP384R1("secp384r1", 48, 49, 0x01),
7
- SECP521R1("secp512r1", 66, 67, 0x02),
+ SECP521R1("secp521r1", 66, 67, 0x02),
8
SECP256K1("secp256k1",-1, -1, -1, false); // Note: SECP256K1 is not supported by the SDK
9
10
final int curveMode;
0 commit comments