Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
q9f committed Jan 9, 2020
1 parent 1461f9e commit cc7728a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ a native library implementing `secp256k1` purely for the crystal language. `secp

this library allows for key generation of:
* private keys (from secure random within the elliptic curve field size)
* mini private keys (short 30-char base-57 keys)
* mini private keys (short 30-char base-56 keys)
* wallet import format (checksummed base-58 private keys)
* public keys, prefixed, compressed (from private)
* public keys, unprefixed and prefixed, uncompressed (from private)
Expand Down

0 comments on commit cc7728a

Please sign in to comment.