pub unsafe extern "C" fn ocrypto_ecjpake_get_zkp_hash(
    hash: *mut u8,
    X: *const u8,
    V: *const u8,
    G: *const u8,
    id: *const c_char,
    id_len: usize
)
Expand description

EC-JPAKE-P256 zero knowledge proof hash.

  • hash - Generated hash.
  • X - Public key.
  • V - ZKP ephemeral public key.
  • G - Generator. May be NULL to use the default generator.
  • id - Identity of originator.
  • id_len - Identity length.