tor  master
Data Fields
ed25519_checkable_t Struct Reference

#include <crypto_ed25519.h>

Collaboration diagram for ed25519_checkable_t:
Collaboration graph
[legend]

Data Fields

const ed25519_public_key_tpubkey
 
ed25519_signature_t signature
 
const uint8_t * msg
 
size_t len
 

Detailed Description

A collection of information necessary to check an Ed25519 signature. Used for batch verification.

Field Documentation

◆ len

size_t len

The length of the message.

◆ msg

const uint8_t* msg

The message that the signature is supposed to have been applied to.

◆ pubkey

const ed25519_public_key_t* pubkey

The public key that supposedly generated the signature.

◆ signature

The signature to check.


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