nim-eth-keys/old_api/backend_native
mratsim c1b49f5c4a Rename old_api 2018-04-11 15:04:27 +02:00
..
README.md Rename old_api 2018-04-11 15:04:27 +02:00
constants.nim Rename old_api 2018-04-11 15:04:27 +02:00
ecdsa.nim Rename old_api 2018-04-11 15:04:27 +02:00
hmac.nim Rename old_api 2018-04-11 15:04:27 +02:00
jacobian.nim Rename old_api 2018-04-11 15:04:27 +02:00
mod_arithmetic.nim Rename old_api 2018-04-11 15:04:27 +02:00

README.md

Pure Nim ECDSA with Secp256k1 curve backend

This experimental backend is available with the -d:backend_native compilation switch

Warning ⚠ - The native backend is not suitable for production use:

  • It is a proof of concept
  • It is not complete
  • It was not audited for cryptographic usage

DO NOT USE for production