[Java] Update auto-generated Java bindings for 0.0.108
[ldk-java] / src / main / java / org / ldk / enums / Secp256k1Error.java
index cca53632dc174423e4b7fcad8415e1424ab91aa7..6b50cc5e4bf0ff630ffa86faed0c9d60762b2343 100644 (file)
@@ -24,6 +24,10 @@ public enum Secp256k1Error {
         * Bad secret key
         */
        LDKSecp256k1Error_InvalidSecretKey,
+       /**
+        * Bad shared secret.
+        */
+       LDKSecp256k1Error_InvalidSharedSecret,
        /**
         * Bad recovery id
         */
@@ -32,14 +36,18 @@ public enum Secp256k1Error {
         * Invalid tweak for add_assign or mul_assign
         */
        LDKSecp256k1Error_InvalidTweak,
-       /**
-        * tweak_add_check failed on an xonly public key
-        */
-       LDKSecp256k1Error_TweakCheckFailed,
        /**
         * Didn't pass enough memory to context creation with preallocated memory
         */
        LDKSecp256k1Error_NotEnoughMemory,
+       /**
+        * Bad set of public keys.
+        */
+       LDKSecp256k1Error_InvalidPublicKeySum,
+       /**
+        * The only valid parity values are 0 or 1.
+        */
+       LDKSecp256k1Error_InvalidParityValue,
        ; static native void init();
        static { init(); }
 }
\ No newline at end of file