Module vsss_rs::secp256k1[][src]

Expand description

These are convenience wrappers for the k256::Scalar and k256::ProjectivePoint types. The intent is the consumer will not have to use these directly since the wrappers implement the From and Into traits.

Structs

Wrapper around secp256k1 ProjectivePoint that handles serialization

Wrapper around secp256k1 Scalar that handles serialization