FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Show POT profile reply. More...
Data Fields | |
u32 | context |
i32 | retval |
u8 | id |
u8 | validator |
u64 | secret_key |
u64 | secret_share |
u64 | prime |
u64 | bit_mask |
u64 | lpc |
u64 | polynomial_public |
Show POT profile reply.
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 |
u64 vl_api_pot_profile_show_config_details_t::polynomial_public |