wickr-crypto-c
Data Fields
wickr_ecdsa_result Struct Reference

Elliptic Curve Digital Signature Algorithm Result. More...

#include <ecdsa.h>

Data Fields

wickr_ec_curve_t curve
 
wickr_digest_t digest_mode
 
wickr_buffer_tsig_data
 

Detailed Description

Elliptic Curve Digital Signature Algorithm Result.

Holds values related to a generated signature using Elliptic Curve Digital Signature Algorithm

Field Documentation

◆ curve

wickr_ecdsa_result::curve

information about the curve that the signing key belonged to

◆ digest_mode

wickr_ecdsa_result::digest_mode

the digest used on the input data to the ECDSA function before the signature was taken

◆ sig_data

wickr_ecdsa_result::sig_data

the raw signature output of the ECDSA algorithm


The documentation for this struct was generated from the following file: