Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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.