signP256
Signature
Section titled “Signature”function signP256( uint256 privateKey, bytes32 digest) external pure returns (bytes32 r, bytes32 s);Description
Section titled “Description”Signs digest with privateKey using the secp256r1 curve.