Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
60801787f9 | ||
|
|
e7644b7ddb | ||
|
|
3a394cdddc | ||
|
|
4aa4dc2a50 | ||
|
|
7bc3aafd08 | ||
|
|
9c1afc715a | ||
|
|
b544b24cc3 | ||
|
|
2b0254affb | ||
|
|
b23733d5d4 | ||
|
|
0751d7c103 |
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
|
echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
|
||||||
echo "ANDROID_NDK_VERSION=21.3.6528147" >> $GITHUB_ENV
|
echo "ANDROID_NDK_VERSION=21.4.7075529" >> $GITHUB_ENV
|
||||||
- name: Cached Android NDK
|
- name: Cached Android NDK
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
@@ -79,7 +79,9 @@ jobs:
|
|||||||
if: matrix.os == 'macOS-latest'
|
if: matrix.os == 'macOS-latest'
|
||||||
uses: reactivecircus/android-emulator-runner@v2
|
uses: reactivecircus/android-emulator-runner@v2
|
||||||
with:
|
with:
|
||||||
api-level: 29
|
api-level: 27
|
||||||
|
emulator-build: 7425822 # workaround to emulator bug: https://github.com/ReactiveCircus/android-emulator-runner/issues/160
|
||||||
|
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||||
ndk: ${{ env.ANDROID_NDK_VERSION }}
|
ndk: ${{ env.ANDROID_NDK_VERSION }}
|
||||||
cmake: 3.10.2.4988404
|
cmake: 3.10.2.4988404
|
||||||
script: ./gradlew connectedCheck
|
script: ./gradlew connectedCheck
|
||||||
|
|||||||
6
.github/workflows/snapshot.yml
vendored
6
.github/workflows/snapshot.yml
vendored
@@ -41,7 +41,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
|
echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
|
||||||
echo "ANDROID_NDK_VERSION=21.3.6528147" >> $GITHUB_ENV
|
echo "ANDROID_NDK_VERSION=21.4.7075529" >> $GITHUB_ENV
|
||||||
- name: Cached Android NDK
|
- name: Cached Android NDK
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
@@ -88,7 +88,9 @@ jobs:
|
|||||||
if: matrix.os == 'macOS-latest'
|
if: matrix.os == 'macOS-latest'
|
||||||
uses: reactivecircus/android-emulator-runner@v2
|
uses: reactivecircus/android-emulator-runner@v2
|
||||||
with:
|
with:
|
||||||
api-level: 29
|
api-level: 27
|
||||||
|
-build: 7425822 # workaround to emulator bug: https://github.com/ReactiveCircus/android-emulator-runner/issues/160
|
||||||
|
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||||
ndk: ${{ env.ANDROID_NDK_VERSION }}
|
ndk: ${{ env.ANDROID_NDK_VERSION }}
|
||||||
cmake: 3.10.2.4988404
|
cmake: 3.10.2.4988404
|
||||||
script: ./gradlew connectedCheck
|
script: ./gradlew connectedCheck
|
||||||
|
|||||||
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
|
echo "ANDROID_HOME=$ANDROID_HOME" >> $GITHUB_ENV
|
||||||
echo "ANDROID_NDK_VERSION=21.3.6528147" >> $GITHUB_ENV
|
echo "ANDROID_NDK_VERSION=21.4.7075529" >> $GITHUB_ENV
|
||||||
- name: Cached Android NDK
|
- name: Cached Android NDK
|
||||||
uses: actions/cache@v2
|
uses: actions/cache@v2
|
||||||
with:
|
with:
|
||||||
@@ -94,7 +94,9 @@ jobs:
|
|||||||
if: matrix.os == 'macOS-latest'
|
if: matrix.os == 'macOS-latest'
|
||||||
uses: reactivecircus/android-emulator-runner@v2
|
uses: reactivecircus/android-emulator-runner@v2
|
||||||
with:
|
with:
|
||||||
api-level: 29
|
api-level: 27
|
||||||
|
emulator-build: 7425822 # workaround to emulator bug: https://github.com/ReactiveCircus/android-emulator-runner/issues/160
|
||||||
|
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
|
||||||
ndk: ${{ env.ANDROID_NDK_VERSION }}
|
ndk: ${{ env.ANDROID_NDK_VERSION }}
|
||||||
cmake: 3.10.2.4988404
|
cmake: 3.10.2.4988404
|
||||||
script: ./gradlew connectedCheck
|
script: ./gradlew connectedCheck
|
||||||
|
|||||||
16
README.md
16
README.md
@@ -1,19 +1,15 @@
|
|||||||
|
[](http://kotlinlang.org)
|
||||||
|
[](https://search.maven.org/search?q=g:fr.acinq.secp256k1%20a:secp256k1-kmp*)
|
||||||
|

|
||||||
|
[](https://github.com/ACINQ/secp256k1-kmp/blob/master/LICENSE)
|
||||||
|
|
||||||
# Secp256k1 for Kotlin/Multiplatform
|
# Secp256k1 for Kotlin/Multiplatform
|
||||||
|
|
||||||
Kotlin/Multiplatform wrapper for Bitcoin Core's secp256k1 library. Targets: JVM, Android, iOS & Linux.
|
Kotlin/Multiplatform wrapper for Bitcoin Core's secp256k1 library. Targets: JVM, Android, iOS & Linux.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
[  ](https://bintray.com/acinq/libs/secp256k1-kmp/)
|
secp256k1-kmp is available on [maven central](https://search.maven.org/search?q=g:fr.acinq.secp256k1%20a:secp256k1-kmp*)
|
||||||
|
|
||||||
First, you need to add the ACINQ libraries repository:
|
|
||||||
|
|
||||||
```kotlin
|
|
||||||
// build.gradle.kts
|
|
||||||
repositories {
|
|
||||||
maven(url = "https://dl.bintray.com/acinq/libs")
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
Then, the actual dependency depends on your targeted platform(s):
|
Then, the actual dependency depends on your targeted platform(s):
|
||||||
|
|
||||||
|
|||||||
@@ -1,16 +1,10 @@
|
|||||||
import org.apache.http.impl.client.HttpClients
|
|
||||||
import org.apache.http.client.methods.HttpPost
|
|
||||||
import org.apache.http.entity.ContentType
|
|
||||||
import org.apache.http.entity.StringEntity
|
|
||||||
import org.apache.http.impl.auth.BasicScheme
|
|
||||||
import org.apache.http.auth.UsernamePasswordCredentials
|
|
||||||
import org.gradle.internal.os.OperatingSystem
|
import org.gradle.internal.os.OperatingSystem
|
||||||
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
|
import org.jetbrains.kotlin.gradle.plugin.mpp.KotlinNativeTarget
|
||||||
import org.jetbrains.dokka.Platform
|
import org.jetbrains.dokka.Platform
|
||||||
|
|
||||||
plugins {
|
plugins {
|
||||||
kotlin("multiplatform") version "1.4.31"
|
kotlin("multiplatform") version "1.5.31"
|
||||||
id("org.jetbrains.dokka") version "1.4.20"
|
id("org.jetbrains.dokka") version "1.5.30"
|
||||||
`maven-publish`
|
`maven-publish`
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -18,21 +12,19 @@ buildscript {
|
|||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
jcenter()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
classpath("com.android.tools.build:gradle:4.0.2")
|
classpath("com.android.tools.build:gradle:4.0.2")
|
||||||
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.4.20")
|
classpath("org.jetbrains.dokka:dokka-gradle-plugin:1.5.30")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
group = "fr.acinq.secp256k1"
|
group = "fr.acinq.secp256k1"
|
||||||
version = "0.5.1"
|
version = "0.6.0"
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
}
|
}
|
||||||
@@ -79,7 +71,6 @@ kotlin {
|
|||||||
sourceSets.all {
|
sourceSets.all {
|
||||||
languageSettings.useExperimentalAnnotation("kotlin.RequiresOptIn")
|
languageSettings.useExperimentalAnnotation("kotlin.RequiresOptIn")
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Disable cross compilation
|
// Disable cross compilation
|
||||||
@@ -112,19 +103,6 @@ allprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Publication
|
|
||||||
val bintrayRepo = if (project.version.toString().contains("SNAPSHOT")) "snapshots" else "libs"
|
|
||||||
|
|
||||||
val bintrayUsername: String? = (properties["bintrayUsername"] as String?) ?: System.getenv("BINTRAY_USER")
|
|
||||||
val bintrayApiKey: String? = (properties["bintrayApiKey"] as String?) ?: System.getenv("BINTRAY_APIKEY")
|
|
||||||
val hasBintray = bintrayUsername != null && bintrayApiKey != null
|
|
||||||
if (!hasBintray) logger.warn("Skipping bintray configuration as bintrayUsername or bintrayApiKey is not defined")
|
|
||||||
|
|
||||||
val sonatypeUsername: String? = (properties["sonatypeUsername"] as String?) ?: System.getenv("SONATYPE_USERNAME")
|
|
||||||
val sonatypePassword: String? = (properties["sonatypePassword"] as String?) ?: System.getenv("SONATYPE_PASSWORD")
|
|
||||||
val hasSonatype = sonatypeUsername != null && sonatypePassword != null
|
|
||||||
if (!hasSonatype) logger.warn("Skipping sonatype snapshot configuration as sonatypeUsername or sonatypePassword is not defined")
|
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
val javadocJar = tasks.create<Jar>("javadocJar") {
|
val javadocJar = tasks.create<Jar>("javadocJar") {
|
||||||
archiveClassifier.set("javadoc")
|
archiveClassifier.set("javadoc")
|
||||||
@@ -134,30 +112,6 @@ allprojects {
|
|||||||
// Publication
|
// Publication
|
||||||
plugins.withId("maven-publish") {
|
plugins.withId("maven-publish") {
|
||||||
publishing {
|
publishing {
|
||||||
repositories {
|
|
||||||
if (hasBintray) {
|
|
||||||
maven {
|
|
||||||
name = "bintray"
|
|
||||||
setUrl("https://api.bintray.com/maven/acinq/$bintrayRepo/${rootProject.name}/;publish=0")
|
|
||||||
credentials {
|
|
||||||
username = bintrayUsername
|
|
||||||
password = bintrayApiKey
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
if (hasSonatype) {
|
|
||||||
maven {
|
|
||||||
name = "snapshot"
|
|
||||||
setUrl("https://oss.sonatype.org/content/repositories/snapshots")
|
|
||||||
credentials {
|
|
||||||
username = sonatypeUsername
|
|
||||||
password = sonatypePassword
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
publications.withType<MavenPublication>().configureEach {
|
publications.withType<MavenPublication>().configureEach {
|
||||||
version = project.version.toString()
|
version = project.version.toString()
|
||||||
artifact(javadocJar)
|
artifact(javadocJar)
|
||||||
@@ -224,32 +178,6 @@ allprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (hasBintray) {
|
|
||||||
val postBintrayPublish by tasks.creating {
|
|
||||||
doLast {
|
|
||||||
HttpClients.createDefault().use { client ->
|
|
||||||
val post = HttpPost("https://api.bintray.com/content/acinq/$bintrayRepo/${rootProject.name}/${project.version.toString()}/publish").apply {
|
|
||||||
entity = StringEntity("{}", ContentType.APPLICATION_JSON)
|
|
||||||
addHeader(BasicScheme().authenticate(UsernamePasswordCredentials(bintrayUsername, bintrayApiKey), this, null))
|
|
||||||
}
|
|
||||||
client.execute(post)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
val postBintrayDiscard by tasks.creating {
|
|
||||||
doLast {
|
|
||||||
HttpClients.createDefault().use { client ->
|
|
||||||
val post = HttpPost("https://api.bintray.com/content/acinq/$bintrayRepo/${rootProject.name}/${project.version.toString()}/publish").apply {
|
|
||||||
entity = StringEntity("{ \"discard\": true }", ContentType.APPLICATION_JSON)
|
|
||||||
addHeader(BasicScheme().authenticate(UsernamePasswordCredentials(bintrayUsername, bintrayApiKey), this, null))
|
|
||||||
}
|
|
||||||
client.execute(post)
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
tasks.withType<AbstractTestTask>() {
|
tasks.withType<AbstractTestTask>() {
|
||||||
|
|||||||
@@ -35,7 +35,7 @@ android {
|
|||||||
setPath("src/main/CMakeLists.txt")
|
setPath("src/main/CMakeLists.txt")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
ndkVersion = "21.3.6528147"
|
ndkVersion = "21.4.7075529"
|
||||||
|
|
||||||
afterEvaluate {
|
afterEvaluate {
|
||||||
tasks.withType<com.android.build.gradle.tasks.factory.AndroidUnitTest>().all {
|
tasks.withType<com.android.build.gradle.tasks.factory.AndroidUnitTest>().all {
|
||||||
|
|||||||
@@ -133,11 +133,8 @@ JNIEXPORT jbyteArray JNICALL Java_fr_acinq_secp256k1_Secp256k1CFunctions_secp256
|
|||||||
|
|
||||||
CHECKRESULT((*penv)->GetArrayLength(penv, jseckey) != 32, "secret key must be 32 bytes");
|
CHECKRESULT((*penv)->GetArrayLength(penv, jseckey) != 32, "secret key must be 32 bytes");
|
||||||
seckey = (*penv)->GetByteArrayElements(penv, jseckey, 0);
|
seckey = (*penv)->GetByteArrayElements(penv, jseckey, 0);
|
||||||
jpubkey = (*penv)->NewByteArray(penv, 65);
|
|
||||||
pubkey = (*penv)->GetByteArrayElements(penv, jpubkey, 0);
|
|
||||||
result = secp256k1_ec_pubkey_create(ctx, &pub, (unsigned char*)seckey);
|
result = secp256k1_ec_pubkey_create(ctx, &pub, (unsigned char*)seckey);
|
||||||
(*penv)->ReleaseByteArrayElements(penv, jseckey, seckey, 0);
|
(*penv)->ReleaseByteArrayElements(penv, jseckey, seckey, 0);
|
||||||
(*penv)->ReleaseByteArrayElements(penv, jpubkey, pubkey, 0);
|
|
||||||
CHECKRESULT(!result, "secp256k1_ec_pubkey_create failed");
|
CHECKRESULT(!result, "secp256k1_ec_pubkey_create failed");
|
||||||
jpubkey = (*penv)->NewByteArray(penv, 65);
|
jpubkey = (*penv)->NewByteArray(penv, 65);
|
||||||
pubkey = (*penv)->GetByteArrayElements(penv, jpubkey, 0);
|
pubkey = (*penv)->GetByteArrayElements(penv, jpubkey, 0);
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ internal object OSInfo {
|
|||||||
if (systemOsArch.startsWith("arm")) {
|
if (systemOsArch.startsWith("arm")) {
|
||||||
resolveArmArchType()
|
resolveArmArchType()
|
||||||
} else {
|
} else {
|
||||||
val lc = systemOsArch.toLowerCase(Locale.US)
|
val lc = systemOsArch.lowercase(Locale.US)
|
||||||
if (archMapping.containsKey(lc)) return archMapping[lc]
|
if (archMapping.containsKey(lc)) return archMapping[lc]
|
||||||
systemOsArch
|
systemOsArch
|
||||||
}
|
}
|
||||||
|
|||||||
Submodule native/secp256k1 updated: 26de4dfeb1...be8d9c262f
@@ -20,12 +20,12 @@ import java.util.*
|
|||||||
|
|
||||||
|
|
||||||
private fun tryLoad(platform: String): Secp256k1? {
|
private fun tryLoad(platform: String): Secp256k1? {
|
||||||
try {
|
return try {
|
||||||
val cls = Class.forName("fr.acinq.secp256k1.jni.NativeSecp256k1${platform.capitalize(Locale.ROOT)}Loader")
|
val cls = Class.forName("fr.acinq.secp256k1.jni.NativeSecp256k1${platform.replaceFirstChar { if (it.isLowerCase()) it.titlecase(Locale.ROOT) else it.toString() }}Loader")
|
||||||
val load = cls.getMethod("load")
|
val load = cls.getMethod("load")
|
||||||
return load.invoke(null) as Secp256k1
|
load.invoke(null) as Secp256k1
|
||||||
} catch (ex: ClassNotFoundException) {
|
} catch (ex: ClassNotFoundException) {
|
||||||
return null
|
null
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,12 +13,12 @@ class Secp256k1Test {
|
|||||||
@Test
|
@Test
|
||||||
fun testVerifyPos() {
|
fun testVerifyPos() {
|
||||||
var result: Boolean
|
var result: Boolean
|
||||||
val data: ByteArray = Hex.decode("CF80CD8AED482D5D1527D7DC72FCEFF84E6326592848447D2DC0B0E87DFC9A90".toLowerCase()) //sha256hash of "testing"
|
val data: ByteArray = Hex.decode("CF80CD8AED482D5D1527D7DC72FCEFF84E6326592848447D2DC0B0E87DFC9A90".lowercase()) //sha256hash of "testing"
|
||||||
val sig: ByteArray = Hex.decode("3044022079BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F817980220294F14E883B3F525B5367756C2A11EF6CF84B730B36C17CB0C56F0AAB2C98589".toLowerCase())
|
val sig: ByteArray = Hex.decode("3044022079BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F817980220294F14E883B3F525B5367756C2A11EF6CF84B730B36C17CB0C56F0AAB2C98589".lowercase())
|
||||||
val pub: ByteArray = Hex.decode("040A629506E1B65CD9D2E0BA9C75DF9C4FED0DB16DC9625ED14397F0AFC836FAE595DC53F8B0EFE61E703075BD9B143BAC75EC0E19F82A2208CAEB32BE53414C40".toLowerCase())
|
val pub: ByteArray = Hex.decode("040A629506E1B65CD9D2E0BA9C75DF9C4FED0DB16DC9625ED14397F0AFC836FAE595DC53F8B0EFE61E703075BD9B143BAC75EC0E19F82A2208CAEB32BE53414C40".lowercase())
|
||||||
result = Secp256k1.verify(sig, data, pub)
|
result = Secp256k1.verify(sig, data, pub)
|
||||||
assertTrue(result, "testVerifyPos")
|
assertTrue(result, "testVerifyPos")
|
||||||
val sigCompact: ByteArray = Hex.decode("79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798294F14E883B3F525B5367756C2A11EF6CF84B730B36C17CB0C56F0AAB2C98589".toLowerCase())
|
val sigCompact: ByteArray = Hex.decode("79BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F81798294F14E883B3F525B5367756C2A11EF6CF84B730B36C17CB0C56F0AAB2C98589".lowercase())
|
||||||
result = Secp256k1.verify(sigCompact, data, pub)
|
result = Secp256k1.verify(sigCompact, data, pub)
|
||||||
assertTrue(result, "testVerifyPos")
|
assertTrue(result, "testVerifyPos")
|
||||||
}
|
}
|
||||||
@@ -26,9 +26,9 @@ class Secp256k1Test {
|
|||||||
@Test
|
@Test
|
||||||
fun testVerifyNeg() {
|
fun testVerifyNeg() {
|
||||||
var result: Boolean
|
var result: Boolean
|
||||||
val data: ByteArray = Hex.decode("CF80CD8AED482D5D1527D7DC72FCEFF84E6326592848447D2DC0B0E87DFC9A91".toLowerCase()) //sha256hash of "testing"
|
val data: ByteArray = Hex.decode("CF80CD8AED482D5D1527D7DC72FCEFF84E6326592848447D2DC0B0E87DFC9A91".lowercase()) //sha256hash of "testing"
|
||||||
val sig: ByteArray = Hex.decode("3044022079BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F817980220294F14E883B3F525B5367756C2A11EF6CF84B730B36C17CB0C56F0AAB2C98589".toLowerCase())
|
val sig: ByteArray = Hex.decode("3044022079BE667EF9DCBBAC55A06295CE870B07029BFCDB2DCE28D959F2815B16F817980220294F14E883B3F525B5367756C2A11EF6CF84B730B36C17CB0C56F0AAB2C98589".lowercase())
|
||||||
val pub: ByteArray = Hex.decode("040A629506E1B65CD9D2E0BA9C75DF9C4FED0DB16DC9625ED14397F0AFC836FAE595DC53F8B0EFE61E703075BD9B143BAC75EC0E19F82A2208CAEB32BE53414C40".toLowerCase())
|
val pub: ByteArray = Hex.decode("040A629506E1B65CD9D2E0BA9C75DF9C4FED0DB16DC9625ED14397F0AFC836FAE595DC53F8B0EFE61E703075BD9B143BAC75EC0E19F82A2208CAEB32BE53414C40".lowercase())
|
||||||
result = Secp256k1.verify(sig, data, pub)
|
result = Secp256k1.verify(sig, data, pub)
|
||||||
assertFalse(result, "testVerifyNeg")
|
assertFalse(result, "testVerifyNeg")
|
||||||
}
|
}
|
||||||
@@ -36,7 +36,7 @@ class Secp256k1Test {
|
|||||||
@Test
|
@Test
|
||||||
fun testSecKeyVerifyPos() {
|
fun testSecKeyVerifyPos() {
|
||||||
var result: Boolean
|
var result: Boolean
|
||||||
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".toLowerCase())
|
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".lowercase())
|
||||||
result = Secp256k1.secKeyVerify(sec)
|
result = Secp256k1.secKeyVerify(sec)
|
||||||
assertTrue(result, "testSecKeyVerifyPos")
|
assertTrue(result, "testSecKeyVerifyPos")
|
||||||
}
|
}
|
||||||
@@ -44,16 +44,16 @@ class Secp256k1Test {
|
|||||||
@Test
|
@Test
|
||||||
fun testSecKeyVerifyNeg() {
|
fun testSecKeyVerifyNeg() {
|
||||||
var result: Boolean
|
var result: Boolean
|
||||||
val sec: ByteArray = Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF".toLowerCase())
|
val sec: ByteArray = Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF".lowercase())
|
||||||
result = Secp256k1.secKeyVerify(sec)
|
result = Secp256k1.secKeyVerify(sec)
|
||||||
assertFalse(result, "testSecKeyVerifyNeg")
|
assertFalse(result, "testSecKeyVerifyNeg")
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testPubKeyCreatePos() {
|
fun testPubKeyCreatePos() {
|
||||||
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".toLowerCase())
|
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".lowercase())
|
||||||
val resultArr: ByteArray = Secp256k1.pubkeyCreate(sec)
|
val resultArr: ByteArray = Secp256k1.pubkeyCreate(sec)
|
||||||
val pubkeyString: String = Hex.encode(resultArr).toUpperCase()
|
val pubkeyString: String = Hex.encode(resultArr).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"04C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2D2103ED494718C697AC9AEBCFD19612E224DB46661011863ED2FC54E71861E2A6",
|
"04C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2D2103ED494718C697AC9AEBCFD19612E224DB46661011863ED2FC54E71861E2A6",
|
||||||
pubkeyString,
|
pubkeyString,
|
||||||
@@ -63,7 +63,7 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testPubKeyCreateNeg() {
|
fun testPubKeyCreateNeg() {
|
||||||
val sec: ByteArray = Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF".toLowerCase())
|
val sec: ByteArray = Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF".lowercase())
|
||||||
assertFailsWith<Secp256k1Exception> {
|
assertFailsWith<Secp256k1Exception> {
|
||||||
Secp256k1.pubkeyCreate(sec)
|
Secp256k1.pubkeyCreate(sec)
|
||||||
}
|
}
|
||||||
@@ -73,21 +73,21 @@ class Secp256k1Test {
|
|||||||
fun testPubkeyCompress() {
|
fun testPubkeyCompress() {
|
||||||
val pub = Hex.decode("04C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2D2103ED494718C697AC9AEBCFD19612E224DB46661011863ED2FC54E71861E2A6")
|
val pub = Hex.decode("04C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2D2103ED494718C697AC9AEBCFD19612E224DB46661011863ED2FC54E71861E2A6")
|
||||||
val compressed = Secp256k1.pubKeyCompress(pub)
|
val compressed = Secp256k1.pubKeyCompress(pub)
|
||||||
assertEquals("02C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2D", Hex.encode(compressed).toUpperCase())
|
assertEquals("02C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2D", Hex.encode(compressed).uppercase())
|
||||||
}
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testPubKeyNegatePos() {
|
fun testPubKeyNegatePos() {
|
||||||
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".toLowerCase())
|
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".lowercase())
|
||||||
val pubkey: ByteArray = Secp256k1.pubkeyCreate(sec)
|
val pubkey: ByteArray = Secp256k1.pubkeyCreate(sec)
|
||||||
val pubkeyString: String = Hex.encode(pubkey).toUpperCase()
|
val pubkeyString: String = Hex.encode(pubkey).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"04C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2D2103ED494718C697AC9AEBCFD19612E224DB46661011863ED2FC54E71861E2A6",
|
"04C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2D2103ED494718C697AC9AEBCFD19612E224DB46661011863ED2FC54E71861E2A6",
|
||||||
pubkeyString,
|
pubkeyString,
|
||||||
"testPubKeyCreatePos"
|
"testPubKeyCreatePos"
|
||||||
)
|
)
|
||||||
val pubkey1: ByteArray = Secp256k1.pubKeyNegate(pubkey)
|
val pubkey1: ByteArray = Secp256k1.pubKeyNegate(pubkey)
|
||||||
val pubkeyString1: String = Hex.encode(pubkey1).toUpperCase()
|
val pubkeyString1: String = Hex.encode(pubkey1).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"04C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2DDEFC12B6B8E73968536514302E69ED1DDB24B999EFEE79C12D03AB17E79E1989",
|
"04C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2DDEFC12B6B8E73968536514302E69ED1DDB24B999EFEE79C12D03AB17E79E1989",
|
||||||
pubkeyString1,
|
pubkeyString1,
|
||||||
@@ -97,9 +97,9 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testPubKeyParse() {
|
fun testPubKeyParse() {
|
||||||
val pub: ByteArray = Hex.decode("02C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2D".toLowerCase())
|
val pub: ByteArray = Hex.decode("02C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2D".lowercase())
|
||||||
val resultArr: ByteArray = Secp256k1.pubkeyParse(pub)
|
val resultArr: ByteArray = Secp256k1.pubkeyParse(pub)
|
||||||
val pubkeyString: String = Hex.encode(resultArr).toUpperCase()
|
val pubkeyString: String = Hex.encode(resultArr).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"04C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2D2103ED494718C697AC9AEBCFD19612E224DB46661011863ED2FC54E71861E2A6",
|
"04C591A8FF19AC9C4E4E5793673B83123437E975285E7B442F4EE2654DFFCA5E2D2103ED494718C697AC9AEBCFD19612E224DB46661011863ED2FC54E71861E2A6",
|
||||||
pubkeyString,
|
pubkeyString,
|
||||||
@@ -109,10 +109,10 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testPubKeyAdd() {
|
fun testPubKeyAdd() {
|
||||||
val pub1: ByteArray = Hex.decode("041b84c5567b126440995d3ed5aaba0565d71e1834604819ff9c17f5e9d5dd078f70beaf8f588b541507fed6a642c5ab42dfdf8120a7f639de5122d47a69a8e8d1".toLowerCase())
|
val pub1: ByteArray = Hex.decode("041b84c5567b126440995d3ed5aaba0565d71e1834604819ff9c17f5e9d5dd078f70beaf8f588b541507fed6a642c5ab42dfdf8120a7f639de5122d47a69a8e8d1".lowercase())
|
||||||
val pub2: ByteArray = Hex.decode("044d4b6cd1361032ca9bd2aeb9d900aa4d45d9ead80ac9423374c451a7254d07662a3eada2d0fe208b6d257ceb0f064284662e857f57b66b54c198bd310ded36d0".toLowerCase())
|
val pub2: ByteArray = Hex.decode("044d4b6cd1361032ca9bd2aeb9d900aa4d45d9ead80ac9423374c451a7254d07662a3eada2d0fe208b6d257ceb0f064284662e857f57b66b54c198bd310ded36d0".lowercase())
|
||||||
val pub3: ByteArray = Secp256k1.pubKeyAdd(pub1, pub2)
|
val pub3: ByteArray = Secp256k1.pubKeyAdd(pub1, pub2)
|
||||||
val pubkeyString: String = Hex.encode(pub3).toUpperCase()
|
val pubkeyString: String = Hex.encode(pub3).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"04531FE6068134503D2723133227C867AC8FA6C83C537E9A44C3C5BDBDCB1FE3379E92C265E71E481BA82A84675A47AC705A200FCD524E92D93B0E7386F26A5458",
|
"04531FE6068134503D2723133227C867AC8FA6C83C537E9A44C3C5BDBDCB1FE3379E92C265E71E481BA82A84675A47AC705A200FCD524E92D93B0E7386F26A5458",
|
||||||
pubkeyString,
|
pubkeyString,
|
||||||
@@ -122,10 +122,10 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testSignPos() {
|
fun testSignPos() {
|
||||||
val data: ByteArray = Hex.decode("CF80CD8AED482D5D1527D7DC72FCEFF84E6326592848447D2DC0B0E87DFC9A90".toLowerCase()) //sha256hash of "testing"
|
val data: ByteArray = Hex.decode("CF80CD8AED482D5D1527D7DC72FCEFF84E6326592848447D2DC0B0E87DFC9A90".lowercase()) //sha256hash of "testing"
|
||||||
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".toLowerCase())
|
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".lowercase())
|
||||||
val resultArr: ByteArray = Secp256k1.sign(data, sec)
|
val resultArr: ByteArray = Secp256k1.sign(data, sec)
|
||||||
val sigString: String = Hex.encode(resultArr).toUpperCase()
|
val sigString: String = Hex.encode(resultArr).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"182A108E1448DC8F1FB467D06A0F3BB8EA0533584CB954EF8DA112F1D60E39A21C66F36DA211C087F3AF88B50EDF4F9BDAA6CF5FD6817E74DCA34DB12390C6E9",
|
"182A108E1448DC8F1FB467D06A0F3BB8EA0533584CB954EF8DA112F1D60E39A21C66F36DA211C087F3AF88B50EDF4F9BDAA6CF5FD6817E74DCA34DB12390C6E9",
|
||||||
sigString,
|
sigString,
|
||||||
@@ -135,9 +135,9 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testSignatureNormalize() {
|
fun testSignatureNormalize() {
|
||||||
val data: ByteArray = Hex.decode("30440220182A108E1448DC8F1FB467D06A0F3BB8EA0533584CB954EF8DA112F1D60E39A202201C66F36DA211C087F3AF88B50EDF4F9BDAA6CF5FD6817E74DCA34DB12390C6E9".toLowerCase())
|
val data: ByteArray = Hex.decode("30440220182A108E1448DC8F1FB467D06A0F3BB8EA0533584CB954EF8DA112F1D60E39A202201C66F36DA211C087F3AF88B50EDF4F9BDAA6CF5FD6817E74DCA34DB12390C6E9".lowercase())
|
||||||
val (resultArr, isHighS) = Secp256k1.signatureNormalize(data)
|
val (resultArr, isHighS) = Secp256k1.signatureNormalize(data)
|
||||||
val sigString: String = Hex.encode(resultArr).toUpperCase()
|
val sigString: String = Hex.encode(resultArr).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"182A108E1448DC8F1FB467D06A0F3BB8EA0533584CB954EF8DA112F1D60E39A21C66F36DA211C087F3AF88B50EDF4F9BDAA6CF5FD6817E74DCA34DB12390C6E9",
|
"182A108E1448DC8F1FB467D06A0F3BB8EA0533584CB954EF8DA112F1D60E39A21C66F36DA211C087F3AF88B50EDF4F9BDAA6CF5FD6817E74DCA34DB12390C6E9",
|
||||||
sigString,
|
sigString,
|
||||||
@@ -148,8 +148,8 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testSignNeg() {
|
fun testSignNeg() {
|
||||||
val data: ByteArray = Hex.decode("CF80CD8AED482D5D1527D7DC72FCEFF84E6326592848447D2DC0B0E87DFC9A90".toLowerCase()) //sha256hash of "testing"
|
val data: ByteArray = Hex.decode("CF80CD8AED482D5D1527D7DC72FCEFF84E6326592848447D2DC0B0E87DFC9A90".lowercase()) //sha256hash of "testing"
|
||||||
val sec: ByteArray = Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF".toLowerCase())
|
val sec: ByteArray = Hex.decode("FFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF".lowercase())
|
||||||
assertFailsWith<Secp256k1Exception> {
|
assertFailsWith<Secp256k1Exception> {
|
||||||
Secp256k1.sign(data, sec)
|
Secp256k1.sign(data, sec)
|
||||||
}
|
}
|
||||||
@@ -157,10 +157,10 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testSignCompactPos() {
|
fun testSignCompactPos() {
|
||||||
val data: ByteArray = Hex.decode("CF80CD8AED482D5D1527D7DC72FCEFF84E6326592848447D2DC0B0E87DFC9A90".toLowerCase()) //sha256hash of "testing"
|
val data: ByteArray = Hex.decode("CF80CD8AED482D5D1527D7DC72FCEFF84E6326592848447D2DC0B0E87DFC9A90".lowercase()) //sha256hash of "testing"
|
||||||
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".toLowerCase())
|
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".lowercase())
|
||||||
val resultArr: ByteArray = Secp256k1.sign(data, sec)
|
val resultArr: ByteArray = Secp256k1.sign(data, sec)
|
||||||
val sigString: String = Hex.encode(resultArr).toUpperCase()
|
val sigString: String = Hex.encode(resultArr).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"182A108E1448DC8F1FB467D06A0F3BB8EA0533584CB954EF8DA112F1D60E39A21C66F36DA211C087F3AF88B50EDF4F9BDAA6CF5FD6817E74DCA34DB12390C6E9",
|
"182A108E1448DC8F1FB467D06A0F3BB8EA0533584CB954EF8DA112F1D60E39A21C66F36DA211C087F3AF88B50EDF4F9BDAA6CF5FD6817E74DCA34DB12390C6E9",
|
||||||
sigString,
|
sigString,
|
||||||
@@ -170,11 +170,11 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testPrivKeyTweakNegate() {
|
fun testPrivKeyTweakNegate() {
|
||||||
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".toLowerCase())
|
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".lowercase())
|
||||||
val sec1: ByteArray = Secp256k1.privKeyNegate(sec)
|
val sec1: ByteArray = Secp256k1.privKeyNegate(sec)
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"981A9A7DD677A622518DA068D66D5F824E5F22F084B8A0E2F195B5662F300C11",
|
"981A9A7DD677A622518DA068D66D5F824E5F22F084B8A0E2F195B5662F300C11",
|
||||||
Hex.encode(sec1).toUpperCase(),
|
Hex.encode(sec1).uppercase(),
|
||||||
"testPrivKeyNegate"
|
"testPrivKeyNegate"
|
||||||
)
|
)
|
||||||
val sec2: ByteArray = Secp256k1.privKeyNegate(sec1)
|
val sec2: ByteArray = Secp256k1.privKeyNegate(sec1)
|
||||||
@@ -183,10 +183,10 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testPrivKeyTweakAdd_1() {
|
fun testPrivKeyTweakAdd_1() {
|
||||||
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".toLowerCase())
|
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".lowercase())
|
||||||
val data: ByteArray = Hex.decode("3982F19BEF1615BCCFBB05E321C10E1D4CBA3DF0E841C2E41EEB6016347653C3".toLowerCase()) //sha256hash of "tweak"
|
val data: ByteArray = Hex.decode("3982F19BEF1615BCCFBB05E321C10E1D4CBA3DF0E841C2E41EEB6016347653C3".lowercase()) //sha256hash of "tweak"
|
||||||
val resultArr: ByteArray = Secp256k1.privKeyTweakAdd(sec, data)
|
val resultArr: ByteArray = Secp256k1.privKeyTweakAdd(sec, data)
|
||||||
val sigString: String = Hex.encode(resultArr).toUpperCase()
|
val sigString: String = Hex.encode(resultArr).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"A168571E189E6F9A7E2D657A4B53AE99B909F7E712D1C23CED28093CD57C88F3",
|
"A168571E189E6F9A7E2D657A4B53AE99B909F7E712D1C23CED28093CD57C88F3",
|
||||||
sigString,
|
sigString,
|
||||||
@@ -196,10 +196,10 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testPrivKeyTweakMul_1() {
|
fun testPrivKeyTweakMul_1() {
|
||||||
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".toLowerCase())
|
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".lowercase())
|
||||||
val data: ByteArray = Hex.decode("3982F19BEF1615BCCFBB05E321C10E1D4CBA3DF0E841C2E41EEB6016347653C3".toLowerCase()) //sha256hash of "tweak"
|
val data: ByteArray = Hex.decode("3982F19BEF1615BCCFBB05E321C10E1D4CBA3DF0E841C2E41EEB6016347653C3".lowercase()) //sha256hash of "tweak"
|
||||||
val resultArr: ByteArray = Secp256k1.privKeyTweakMul(sec, data)
|
val resultArr: ByteArray = Secp256k1.privKeyTweakMul(sec, data)
|
||||||
val sigString: String = Hex.encode(resultArr).toUpperCase()
|
val sigString: String = Hex.encode(resultArr).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"97F8184235F101550F3C71C927507651BD3F1CDB4A5A33B8986ACF0DEE20FFFC",
|
"97F8184235F101550F3C71C927507651BD3F1CDB4A5A33B8986ACF0DEE20FFFC",
|
||||||
sigString,
|
sigString,
|
||||||
@@ -209,10 +209,10 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testPrivKeyTweakAdd_2() {
|
fun testPrivKeyTweakAdd_2() {
|
||||||
val pub: ByteArray = Hex.decode("040A629506E1B65CD9D2E0BA9C75DF9C4FED0DB16DC9625ED14397F0AFC836FAE595DC53F8B0EFE61E703075BD9B143BAC75EC0E19F82A2208CAEB32BE53414C40".toLowerCase())
|
val pub: ByteArray = Hex.decode("040A629506E1B65CD9D2E0BA9C75DF9C4FED0DB16DC9625ED14397F0AFC836FAE595DC53F8B0EFE61E703075BD9B143BAC75EC0E19F82A2208CAEB32BE53414C40".lowercase())
|
||||||
val data: ByteArray = Hex.decode("3982F19BEF1615BCCFBB05E321C10E1D4CBA3DF0E841C2E41EEB6016347653C3".toLowerCase()) //sha256hash of "tweak"
|
val data: ByteArray = Hex.decode("3982F19BEF1615BCCFBB05E321C10E1D4CBA3DF0E841C2E41EEB6016347653C3".lowercase()) //sha256hash of "tweak"
|
||||||
val resultArr: ByteArray = Secp256k1.pubKeyTweakAdd(pub, data)
|
val resultArr: ByteArray = Secp256k1.pubKeyTweakAdd(pub, data)
|
||||||
val sigString: String = Hex.encode(resultArr).toUpperCase()
|
val sigString: String = Hex.encode(resultArr).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"0411C6790F4B663CCE607BAAE08C43557EDC1A4D11D88DFCB3D841D0C6A941AF525A268E2A863C148555C48FB5FBA368E88718A46E205FABC3DBA2CCFFAB0796EF",
|
"0411C6790F4B663CCE607BAAE08C43557EDC1A4D11D88DFCB3D841D0C6A941AF525A268E2A863C148555C48FB5FBA368E88718A46E205FABC3DBA2CCFFAB0796EF",
|
||||||
sigString,
|
sigString,
|
||||||
@@ -222,10 +222,10 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testPrivKeyTweakMul_2() {
|
fun testPrivKeyTweakMul_2() {
|
||||||
val pub: ByteArray = Hex.decode("040A629506E1B65CD9D2E0BA9C75DF9C4FED0DB16DC9625ED14397F0AFC836FAE595DC53F8B0EFE61E703075BD9B143BAC75EC0E19F82A2208CAEB32BE53414C40".toLowerCase())
|
val pub: ByteArray = Hex.decode("040A629506E1B65CD9D2E0BA9C75DF9C4FED0DB16DC9625ED14397F0AFC836FAE595DC53F8B0EFE61E703075BD9B143BAC75EC0E19F82A2208CAEB32BE53414C40".lowercase())
|
||||||
val data: ByteArray = Hex.decode("3982F19BEF1615BCCFBB05E321C10E1D4CBA3DF0E841C2E41EEB6016347653C3".toLowerCase()) //sha256hash of "tweak"
|
val data: ByteArray = Hex.decode("3982F19BEF1615BCCFBB05E321C10E1D4CBA3DF0E841C2E41EEB6016347653C3".lowercase()) //sha256hash of "tweak"
|
||||||
val resultArr: ByteArray = Secp256k1.pubKeyTweakMul(pub, data)
|
val resultArr: ByteArray = Secp256k1.pubKeyTweakMul(pub, data)
|
||||||
val sigString: String = Hex.encode(resultArr).toUpperCase()
|
val sigString: String = Hex.encode(resultArr).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"04E0FE6FE55EBCA626B98A807F6CAF654139E14E5E3698F01A9A658E21DC1D2791EC060D4F412A794D5370F672BC94B722640B5F76914151CFCA6E712CA48CC589",
|
"04E0FE6FE55EBCA626B98A807F6CAF654139E14E5E3698F01A9A658E21DC1D2791EC060D4F412A794D5370F672BC94B722640B5F76914151CFCA6E712CA48CC589",
|
||||||
sigString,
|
sigString,
|
||||||
@@ -235,10 +235,10 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testCreateECDHSecret() {
|
fun testCreateECDHSecret() {
|
||||||
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".toLowerCase())
|
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".lowercase())
|
||||||
val pub: ByteArray = Hex.decode("040A629506E1B65CD9D2E0BA9C75DF9C4FED0DB16DC9625ED14397F0AFC836FAE595DC53F8B0EFE61E703075BD9B143BAC75EC0E19F82A2208CAEB32BE53414C40".toLowerCase())
|
val pub: ByteArray = Hex.decode("040A629506E1B65CD9D2E0BA9C75DF9C4FED0DB16DC9625ED14397F0AFC836FAE595DC53F8B0EFE61E703075BD9B143BAC75EC0E19F82A2208CAEB32BE53414C40".lowercase())
|
||||||
val resultArr: ByteArray = Secp256k1.ecdh(sec, pub)
|
val resultArr: ByteArray = Secp256k1.ecdh(sec, pub)
|
||||||
val ecdhString: String = Hex.encode(resultArr).toUpperCase()
|
val ecdhString: String = Hex.encode(resultArr).uppercase()
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"2A2A67007A926E6594AF3EB564FC74005B37A9C8AEF2033C4552051B5C87F043",
|
"2A2A67007A926E6594AF3EB564FC74005B37A9C8AEF2033C4552051B5C87F043",
|
||||||
ecdhString,
|
ecdhString,
|
||||||
@@ -248,8 +248,8 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testEcdsaRecover() {
|
fun testEcdsaRecover() {
|
||||||
val data: ByteArray = Hex.decode("CF80CD8AED482D5D1527D7DC72FCEFF84E6326592848447D2DC0B0E87DFC9A90".toLowerCase()) //sha256hash of "testing"
|
val data: ByteArray = Hex.decode("CF80CD8AED482D5D1527D7DC72FCEFF84E6326592848447D2DC0B0E87DFC9A90".lowercase()) //sha256hash of "testing"
|
||||||
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".toLowerCase())
|
val sec: ByteArray = Hex.decode("67E56582298859DDAE725F972992A07C6C4FB9F62A8FFF58CE3CA926A1063530".lowercase())
|
||||||
val pub: ByteArray = Secp256k1.pubkeyCreate(sec)
|
val pub: ByteArray = Secp256k1.pubkeyCreate(sec)
|
||||||
val sig: ByteArray = Secp256k1.sign(data, sec)
|
val sig: ByteArray = Secp256k1.sign(data, sec)
|
||||||
val pub0: ByteArray = Secp256k1.ecdsaRecover(sig, data, 0)
|
val pub0: ByteArray = Secp256k1.ecdsaRecover(sig, data, 0)
|
||||||
@@ -259,11 +259,11 @@ class Secp256k1Test {
|
|||||||
|
|
||||||
@Test
|
@Test
|
||||||
fun testCompactToDER() {
|
fun testCompactToDER() {
|
||||||
val sig: ByteArray = Hex.decode("182A108E1448DC8F1FB467D06A0F3BB8EA0533584CB954EF8DA112F1D60E39A21C66F36DA211C087F3AF88B50EDF4F9BDAA6CF5FD6817E74DCA34DB12390C6E9".toLowerCase()) //sha256hash of "testing"
|
val sig: ByteArray = Hex.decode("182A108E1448DC8F1FB467D06A0F3BB8EA0533584CB954EF8DA112F1D60E39A21C66F36DA211C087F3AF88B50EDF4F9BDAA6CF5FD6817E74DCA34DB12390C6E9".lowercase()) //sha256hash of "testing"
|
||||||
val der: ByteArray = Secp256k1.compact2der(sig)
|
val der: ByteArray = Secp256k1.compact2der(sig)
|
||||||
assertEquals(
|
assertEquals(
|
||||||
"30440220182A108E1448DC8F1FB467D06A0F3BB8EA0533584CB954EF8DA112F1D60E39A202201C66F36DA211C087F3AF88B50EDF4F9BDAA6CF5FD6817E74DCA34DB12390C6E9",
|
"30440220182A108E1448DC8F1FB467D06A0F3BB8EA0533584CB954EF8DA112F1D60E39A202201C66F36DA211C087F3AF88B50EDF4F9BDAA6CF5FD6817E74DCA34DB12390C6E9",
|
||||||
Hex.encode(der).toUpperCase(),
|
Hex.encode(der).uppercase(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user