wickr-crypto-c
|
Elliptic Curve Digital Signature Algorithm Result. More...
#include <ecdsa.h>
Data Fields | |
wickr_ec_curve_t | curve |
wickr_digest_t | digest_mode |
wickr_buffer_t * | sig_data |
Elliptic Curve Digital Signature Algorithm Result.
Holds values related to a generated signature using Elliptic Curve Digital Signature Algorithm
wickr_ecdsa_result::curve |
information about the curve that the signing key belonged to
wickr_ecdsa_result::digest_mode |
the digest used on the input data to the ECDSA function before the signature was taken
wickr_ecdsa_result::sig_data |
the raw signature output of the ECDSA algorithm