[package] name = "curve25519-compact" version = "2.0.0" edition = "2021" description = "A small, self-contained, wasm-friendly Curve25519 / X25519 implementation" keywords = ["crypto", "x25519"] repository = "https://github.com/jedisct1/rust-curve25519-compact" homepage = "https://github.com/jedisct1/rust-curve25519-compact" categories = ["algorithms", "cryptography", "no-std", "wasm"] license = "MIT" [dependencies] ed25519-compact = { version = "2", default-features = false, features = [ "random", "std", "x25519", "disable-signatures", ] }