starkbank_ecdsa v1.0.0 API Reference

Modules

Pure Elixir package used to generate and read private/public key pairs in PEM and DER formats, sign and verify messages using the Elliptic Curve Digital Signature Algorithmn (ECDSA).

Describes the elliptic curves supported by the package

Used to sign and verify signatures using the Elliptic Curve Digital Signature Algorithm (ECDSA)

Used to create private keys or convert them between struct and .der or .pem formats. Also allows creations of public keys from private keys.

Used to convert public keys between struct and .der or .pem formats.

Used to convert signature between struct (raw numbers r and s) and .der or .pem formats.