nistp256Verify - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English
#include "xf_security/ecdsa_nistp256.hpp"
bool nistp256Verify (
    ap_uint <256> r,
    ap_uint <256> s,
    ap_uint <256> hash,
    ap_uint <256> Px,
    ap_uint <256> Py
    )

verifying function. It will return true if verified, otherwise false.

Parameters:

r part of signing pair {r, s}
s part of signing pair {r, s}
hash digest value of message to be signed, with length set to 256.
Px X coordinate of public key point P.
Py Y coordinate of public key point P.