Skip to content

Latest commit

 

History

History
 
 

ecc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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