mirror of openzeppelin-contracts
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
openzeppelin-contracts/contracts/cryptography
Francisco Giordano 5748034cd3
Add EIP 712 helpers (#2418)
4 years ago
..
ECDSA.sol Support compiling with solc 0.7 (#2408) 4 years ago
MerkleProof.sol Support compiling with solc 0.7 (#2408) 4 years ago
README.adoc Add EIP 712 helpers (#2418) 4 years ago

README.adoc

= Cryptography

[.readme-notice]
NOTE: This document is better viewed at https://docs.openzeppelin.com/contracts/api/cryptography

This collection of libraries provides simple and safe ways to use different cryptographic primitives.

The following related EIPs are in draft status and can be found in the drafts directory.

- {EIP712}

== Libraries

{{ECDSA}}

{{MerkleProof}}