Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gandlafbtc/cashu-bdhke-kmp
Kotlin multiplatform lib implementing cashu blinded signature scheme on secp256k1
https://github.com/gandlafbtc/cashu-bdhke-kmp
Last synced: about 5 hours ago
JSON representation
Kotlin multiplatform lib implementing cashu blinded signature scheme on secp256k1
- Host: GitHub
- URL: https://github.com/gandlafbtc/cashu-bdhke-kmp
- Owner: gandlafbtc
- Created: 2023-02-01T09:01:17.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-18T06:48:48.000Z (almost 2 years ago)
- Last Synced: 2023-03-03T16:23:49.558Z (over 1 year ago)
- Language: Kotlin
- Size: 63.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-cashu - cashu-bdhke-kmp
README
# Cashu BDHKE Kotlin Multiplatform Library
This is a library implementing the blind diffie hellmann key exchange (Blind signatures) for [cashu](https://github.com/cashubtc) on Kotlin multiplatform.
- [x] JVM
- [ ] ANDROID
- [ ] IOS
- [ ] JS...
## Usage
Take a look at the unit test [SchemeTest](https://github.com/gandlafbtc/cashu-bdhke-kmp/blob/master/src/commonTest/kotlin/com/gandlaf/cashu/SchemeTest.kt) for an example on how to use the library.