FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
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] |
Proof of Transit(POT): Set POT profile.
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 |