package
0.0.0-20190605130555-8736625b1b85
Repository: https://github.com/codexnetwork/codexio-go.git
Documentation: pkg.go.dev
# README
EOSIO Elliptic Curve Cryptography Wrapper
This is a simple wrapper for btcec
, that handles the specificities
of the format for keys in EOS.
It was crafted in reference to eosjs-ecc
, eosjs-keygen
and the C++
codebase of EOS.IO Software.
This handles the EOS
prefix on public keys, manages the version and
checksums in public and private keys.