Skip to content

Commit 9c79376

Browse files
Apply suggestion from @gemini-code-assist[bot]
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent dcb5d17 commit 9c79376

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public static byte[] calculateHKDF(byte[] salt, byte[] secret) {
118118
}
119119
}
120120

121-
public static byte[] computeECDSASig(byte[] digest, ECPrivateKey privateKey) {
121+
public static byte[] computeECDSASig(byte[] data, ECPrivateKey privateKey) {
122122
try {
123123
Signature ecdsaSign = Signature.getInstance("SHA256withECDSA");
124124
ecdsaSign.initSign(privateKey);

0 commit comments

Comments
 (0)