Expand description

Rust FFI bindings for StarkWare’s crypto-cpp library.

Structs

Stark ECDSA signature

Functions

Computes the public key given a Stark private key.

Computes the Starkware version of the Pedersen hash of x and y. All inputs are little-endian.

Computes ECDSA signature given a Stark private key and message hash.

Verifies if a signature is valid over a message hash given a Stark public key.