Packages

p

org

bitcoin

package bitcoin

Type Members

  1. class NativeSecp256k1 extends AnyRef

    This class holds native methods to handle ECDSA verification.

    This class holds native methods to handle ECDSA verification.

    You can find an example library that can be used for this at https://github.com/bitcoin-core/secp256k1

    To build secp256k1 for use with bitcoinj, run ./configure --enable-jni --enable-experimental --enable-module-ecdh and make then copy .libs/libsecp256k1.so to your system library path or point the JVM to the folder containing it with -Djava.library.path

  2. class NativeSecp256k1Test extends AnyRef

    This class holds test cases defined for testing this library.

  3. class NativeSecp256k1Util extends AnyRef
  4. class Secp256k1Context extends AnyRef

    This class holds the context reference used in native methods to handle ECDSA operations.

Ungrouped