public class BIP340SignerTest extends SimpleTest
Drives the official test vectors from
bitcoin/bips,
resolved through TestResourceFinder at crypto/bip340/test-vectors.csv. Each row exercises
verification; rows that carry a secret key additionally exercise deterministic signing (the aux_rand
column makes both signing and verification reproducible).
SimpleTest.TestExceptionOperation| Constructor and Description |
|---|
BIP340SignerTest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
static void |
main(java.lang.String[] args) |
void |
performTest() |
public java.lang.String getName()
getName in interface TestgetName in class SimpleTestpublic static void main(java.lang.String[] args)
public void performTest()
throws java.lang.Exception
performTest in class SimpleTestjava.lang.Exception