This class holds test cases defined for testing this library.
More...
This class holds test cases defined for testing this library.
Definition at line 8 of file NativeSecp256k1Test.java.
◆ byteArrayToHexString()
static String org.bitcoin.NativeSecp256k1Test.byteArrayToHexString |
( |
byte[] |
byteArray | ) |
|
|
inlinestaticprivate |
◆ hexStringToByteArray()
static byte[] org.bitcoin.NativeSecp256k1Test.hexStringToByteArray |
( |
String |
s | ) |
|
|
inlinestaticprivate |
◆ main()
static void org.bitcoin.NativeSecp256k1Test.main |
( |
String[] |
args | ) |
throws AssertFailException |
|
inlinestatic |
◆ testCreateECDHSecret()
static void org.bitcoin.NativeSecp256k1Test.testCreateECDHSecret |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testPrivKeyTweakAdd_1()
static void org.bitcoin.NativeSecp256k1Test.testPrivKeyTweakAdd_1 |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testPrivKeyTweakAdd_2()
static void org.bitcoin.NativeSecp256k1Test.testPrivKeyTweakAdd_2 |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testPrivKeyTweakMul_1()
static void org.bitcoin.NativeSecp256k1Test.testPrivKeyTweakMul_1 |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testPrivKeyTweakMul_2()
static void org.bitcoin.NativeSecp256k1Test.testPrivKeyTweakMul_2 |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testPubKeyCreateNeg()
static void org.bitcoin.NativeSecp256k1Test.testPubKeyCreateNeg |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testPubKeyCreatePos()
static void org.bitcoin.NativeSecp256k1Test.testPubKeyCreatePos |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testRandomize()
static void org.bitcoin.NativeSecp256k1Test.testRandomize |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testSchnorrSign()
static void org.bitcoin.NativeSecp256k1Test.testSchnorrSign |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testSchnorrVerify()
static void org.bitcoin.NativeSecp256k1Test.testSchnorrVerify |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testSecKeyVerifyNeg()
static void org.bitcoin.NativeSecp256k1Test.testSecKeyVerifyNeg |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testSecKeyVerifyPos()
static void org.bitcoin.NativeSecp256k1Test.testSecKeyVerifyPos |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testSignNeg()
static void org.bitcoin.NativeSecp256k1Test.testSignNeg |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testSignPos()
static void org.bitcoin.NativeSecp256k1Test.testSignPos |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testVerifyNeg()
static void org.bitcoin.NativeSecp256k1Test.testVerifyNeg |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
◆ testVerifyPos()
static void org.bitcoin.NativeSecp256k1Test.testVerifyPos |
( |
| ) |
throws AssertFailException |
|
inlinestatic |
The documentation for this class was generated from the following file: