issues
search
IntersectMBO
/
cardano-crypto
This repository provides cryptographic libraries that are used in the Byron era of the Cardano node
MIT License
67
stars
34
forks
source link
Remove `Crypto.ECC.P256` and openssl dependency
#61
Open
KtorZ
opened
5 years ago
KtorZ
commented
5 years ago
We are looking into transpiling
cardano-crypto
to JavaScript / WASM
External bindings to C libraries can be an impediment, especially openssl
Crypto.ECC.P256
depends on OpenSSL
This module isn't used nor needed anymore and can be removed.
cardano-crypto
to JavaScript / WASMCrypto.ECC.P256
depends on OpenSSL