]> Git Repo - secp256k1.git/commit - .travis.yml
JNI library
authorGreenAddress <[email protected]>
Wed, 17 Dec 2014 03:23:17 +0000 (22:23 -0500)
committerJerzy Kozera <[email protected]>
Mon, 1 Feb 2016 13:07:18 +0000 (14:07 +0100)
commit3093576aa45aff072c150acd8199c41d20c10d54
treee43e8e3d5563d90735de238cc84d3e613be117e1
parentbd2895fdd92d4dcb0360181082a8d7d078518162
JNI library

Squashed and rebased. Thanks to @theuni and @faizkhan00 for doing
the majority of work here! Also thanks to @btchip for help with debugging
and review.
13 files changed:
.travis.yml
Makefile.am
build-aux/m4/ax_jni_include_dir.m4 [new file with mode: 0644]
configure.ac
src/java/org/bitcoin/NativeSecp256k1.java
src/java/org/bitcoin/NativeSecp256k1Test.java [new file with mode: 0644]
src/java/org/bitcoin/NativeSecp256k1Util.java [new file with mode: 0644]
src/java/org/bitcoin/Secp256k1Context.java [new file with mode: 0644]
src/java/org_bitcoin_NativeSecp256k1.c
src/java/org_bitcoin_NativeSecp256k1.h
src/java/org_bitcoin_Secp256k1Context.c [new file with mode: 0644]
src/java/org_bitcoin_Secp256k1Context.h [new file with mode: 0644]
src/secp256k1.c
This page took 0.027259 seconds and 4 git commands to generate.