Packages

An wrapper around the rust elliptic-curve's k256 crate, can do Schnorr Signatures

Current section

Files

Jump to
k256 native k256_rs Cargo.toml
Raw

native/k256_rs/Cargo.toml

[package]
name = "k256_rs"
version = "0.1.0"
authors = []
edition = "2021"
[lib]
name = "k256_rs"
path = "src/lib.rs"
crate-type = ["cdylib"]
[dependencies]
rustler = "0.26.0"
k256 = "0.11.6"
rand_core = { version = "0.6.4", features = ["getrandom"] }