Hadrien Croubois f8cc8b844a Minimal support for ERC2771 (GSNv2) (#2508) 4 years ago
..
ECDSA.sol f8cc8b844a Minimal support for ERC2771 (GSNv2) (#2508) 4 years ago
MerkleProof.sol 974c534210 Update contracts to support Solidity 0.8.x (#2442) 4 years ago
README.adoc 5748034cd3 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}}