Skip to content

Index of Module p256ecdsa

Chris Petersen edited this page Nov 4, 2015 · 1 revision

Module: p256ecdsa

This module provides verification of NIST P256 Elliptic Curve Digital Signature Algorithm (ECDSA) signatures.

Functions in this module:

Function Short Description
(p256-ecdsa-verify-msg key-x key-y msg sgn) Validate a signed message
(p256-ecdsa-verify-hash key-x key-y hash sgn) Validate a signed hash
Clone this wiki locally