FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
vl_api_pot_profile_add_t Struct Reference

Proof of Transit(POT): Set POT profile. More...

Data Fields

u32 client_index
 
u32 context
 
u8 id
 
u8 validator
 
u64 secret_key
 
u64 secret_share
 
u64 prime
 
u8 max_bits
 
u64 lpc
 
u64 polynomial_public
 
u8 list_name_len
 
u8 list_name [0]
 

Detailed Description

Proof of Transit(POT): Set POT profile.

Template Parameters
id- id of the profile
validator- True/False to indicate if this is verifier
secret_key- Verification key
secret_share- Share of the 1st polynomial
prime- Prime number used for modulo operation
max_bits- Max bits to be used for Random number generation
lpc- Lagrange basis polynomial
polynomial_public- pre-evaluated public polynomial
list_name_len- length of the name of this profile list
list_name- name of this profile list

Definition at line 30 of file pot.api.

Field Documentation

u32 vl_api_pot_profile_add_t::client_index

Definition at line 31 of file pot.api.

u32 vl_api_pot_profile_add_t::context

Definition at line 32 of file pot.api.

u8 vl_api_pot_profile_add_t::id

Definition at line 33 of file pot.api.

u8 vl_api_pot_profile_add_t::list_name[0]

Definition at line 42 of file pot.api.

u8 vl_api_pot_profile_add_t::list_name_len

Definition at line 41 of file pot.api.

u64 vl_api_pot_profile_add_t::lpc

Definition at line 39 of file pot.api.

u8 vl_api_pot_profile_add_t::max_bits

Definition at line 38 of file pot.api.

u64 vl_api_pot_profile_add_t::polynomial_public

Definition at line 40 of file pot.api.

u64 vl_api_pot_profile_add_t::prime

Definition at line 37 of file pot.api.

u64 vl_api_pot_profile_add_t::secret_key

Definition at line 35 of file pot.api.

u64 vl_api_pot_profile_add_t::secret_share

Definition at line 36 of file pot.api.

u8 vl_api_pot_profile_add_t::validator

Definition at line 34 of file pot.api.


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