|
scclib
Stable Cloud Computing C++ Library
|
This is the complete list of members for scc::crypto::EccGfp, including all inherited members.
| bit_width() const | scc::crypto::EccGfp | |
| dh_shared_secret(const scc::crypto::Bignum &, const EccGfpPoint &, scc::crypto::Bignum &) | scc::crypto::EccGfp | static |
| EccGfp(Type type=Type::std_p256r1) (defined in scc::crypto::EccGfp) | scc::crypto::EccGfp | |
| EccGfpPoint (defined in scc::crypto::EccGfp) | scc::crypto::EccGfp | friend |
| generate_key_pair(Bignum &priv_key, EccGfpPoint &pub_key) | scc::crypto::EccGfp | inline |
| generate_public_key(const Bignum &, EccGfpPoint &) | scc::crypto::EccGfp | |
| private_key(Bignum &) | scc::crypto::EccGfp | |
| public_key(const Bignum &, EccGfpPoint &) | scc::crypto::EccGfp | |
| reset(Type type) | scc::crypto::EccGfp | |
| sign_ecdsa(const void *, int, const EccGfp &, const scc::crypto::Bignum &, scc::crypto::Bignum &, scc::crypto::Bignum &, scc::crypto::Bignum &) | scc::crypto::EccGfp | static |
| sign_ecdsa(const void *loc, int len, const EccGfp::Type &t, const scc::crypto::Bignum &rk, scc::crypto::Bignum &tk, scc::crypto::Bignum &x, scc::crypto::Bignum &y) (defined in scc::crypto::EccGfp) | scc::crypto::EccGfp | inlinestatic |
| Type enum name | scc::crypto::EccGfp | |
| valid(const EccGfp &) | scc::crypto::EccGfp | static |
| valid() const (defined in scc::crypto::EccGfp) | scc::crypto::EccGfp | inline |
| validate_key_pair(const Bignum &, const EccGfpPoint &) | scc::crypto::EccGfp | static |
| verify_ecdsa(const void *, int, const EccGfpPoint &, const scc::crypto::Bignum &, const scc::crypto::Bignum &) | scc::crypto::EccGfp | static |
| ~EccGfp() (defined in scc::crypto::EccGfp) | scc::crypto::EccGfp | virtual |