Fabcoin Core
0.16.2
P2P Digital Currency
|
This class holds test cases defined for testing this library. More...
Static Public Member Functions | |
static void | testVerifyPos () throws AssertFailException |
This tests verify() for a valid signature. More... | |
static void | testVerifyNeg () throws AssertFailException |
This tests verify() for a non-valid signature. More... | |
static void | testSecKeyVerifyPos () throws AssertFailException |
This tests secret key verify() for a valid secretkey. More... | |
static void | testSecKeyVerifyNeg () throws AssertFailException |
This tests secret key verify() for a invalid secretkey. More... | |
static void | testPubKeyCreatePos () throws AssertFailException |
This tests public key create() for a valid secretkey. More... | |
static void | testPubKeyCreateNeg () throws AssertFailException |
This tests public key create() for a invalid secretkey. More... | |
static void | testSignPos () throws AssertFailException |
This tests sign() for a valid secretkey. More... | |
static void | testSignNeg () throws AssertFailException |
This tests sign() for a invalid secretkey. More... | |
static void | testPrivKeyTweakAdd_1 () throws AssertFailException |
This tests private key tweak-add. More... | |
static void | testPrivKeyTweakMul_1 () throws AssertFailException |
This tests private key tweak-mul. More... | |
static void | testPrivKeyTweakAdd_2 () throws AssertFailException |
This tests private key tweak-add uncompressed. More... | |
static void | testPrivKeyTweakMul_2 () throws AssertFailException |
This tests private key tweak-mul uncompressed. More... | |
static void | testRandomize () throws AssertFailException |
This tests seed randomization. More... | |
static void | testCreateECDHSecret () throws AssertFailException |
static void | main (String[] args) throws AssertFailException |
This class holds test cases defined for testing this library.
Definition at line 12 of file NativeSecp256k1Test.java.
|
inlinestatic |
|
inlinestatic |
Definition at line 170 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests private key tweak-add.
Definition at line 116 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests private key tweak-add uncompressed.
Definition at line 140 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests private key tweak-mul.
Definition at line 128 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests private key tweak-mul uncompressed.
Definition at line 152 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests public key create() for a invalid secretkey.
Definition at line 80 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests public key create() for a valid secretkey.
Definition at line 69 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests seed randomization.
Definition at line 164 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests secret key verify() for a invalid secretkey.
Definition at line 57 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests secret key verify() for a valid secretkey.
Definition at line 45 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests sign() for a invalid secretkey.
Definition at line 104 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests sign() for a valid secretkey.
Definition at line 91 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests verify() for a non-valid signature.
Definition at line 31 of file NativeSecp256k1Test.java.
|
inlinestatic |
This tests verify() for a valid signature.
Definition at line 18 of file NativeSecp256k1Test.java.