Table of Contents - elliptic-1.0.2 Documentation
Pages
- CHANGELOG
- Manifest
-
README
- elliptic - elliptic curve digital signature algorithm (ECDSA) cryptography with OpenSSL made easy (incl. secp256k1 curve)
- Usage
- Intro
- Private Key
- Derive / (Auto-)Calculate the Public Key - Enter Elliptic Curve (EC) Cryptography
- Sign & Verify Transactions
- Private / Public Key Formats
- Intro
- PEM, DER, BASE64(DER)
- Aside - Elliptic What?
- Install
- License
- Questions? Comments?
Classes and Modules
Methods
- ::banner — EC
- ::builtin_curves — EC
- ::convert — EC::PrivateKey
- ::convert — EC::PublicKey
- ::decode_base64 — EC::PrivateKey
- ::decode_base64 — EC::PublicKey
- ::decode_base64 — EC::Signature
- ::decode_der — EC::PrivateKey
- ::decode_der — EC::PublicKey
- ::decode_der — EC::Signature
- ::decode_pem — EC::PrivateKey
- ::decode_pem — EC::PublicKey
- ::from_base64 — EC::PrivateKey
- ::from_base64 — EC::PublicKey
- ::from_base64 — EC::Signature
- ::from_der — EC::PrivateKey
- ::from_der — EC::PublicKey
- ::from_der — EC::Signature
- ::from_pem — EC::PrivateKey
- ::from_pem — EC::PublicKey
- ::generate — EC::PrivateKey
- ::new — EC::Point
- ::new — EC::PrivateKey
- ::new — EC::PublicKey
- ::new — EC::Signature
- ::root — EC
- ::sign — EC
- ::valid_signature? — EC
- ::verify? — EC
- ::version — EC
- #group — EC::Point
- #group — EC::PrivateKey
- #group — EC::PublicKey
- #point — EC::PublicKey
- #private? — EC::PrivateKey
- #private? — EC::PublicKey
- #public? — EC::PrivateKey
- #public? — EC::PublicKey
- #public_key — EC::PrivateKey
- #sign — EC::PrivateKey
- #to_base64 — EC::PrivateKey
- #to_base64 — EC::PublicKey
- #to_base64 — EC::Signature
- #to_bin — EC::Point
- #to_der — EC::PrivateKey
- #to_der — EC::PublicKey
- #to_der — EC::Signature
- #to_ec_point — EC::Point
- #to_i — EC::PrivateKey
- #to_pem — EC::PrivateKey
- #to_pem — EC::PublicKey
- #to_s — EC::Point
- #to_s — EC::PrivateKey
- #to_text — EC::PrivateKey
- #to_text — EC::PublicKey
- #valid_signature? — EC::PublicKey
- #verify? — EC::PublicKey
- #x — EC::Point
- #y — EC::Point