@scorum/side-ecc

Elliptic curve cryptography functions

Usage no npm install needed!

<script type="module">
  import scorumSideEcc from 'https://cdn.skypack.dev/@scorum/side-ecc';
</script>

README

Elliptic curve cryptography functions (ECC)

Private Key, Public Key, Cryptographic Signature, AES, Encryption / Decryption

import {Address, Aes, PrivateKey, PublicKey, Signature} from "ecc"

Configure

Update ./.npmrc if you need to change something:

ecc:default_address_prefix = STM

See Also