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/drafts
Francisco Giordano 5748034cd3
Add EIP 712 helpers (#2418)
4 years ago
..
EIP712.sol Add EIP 712 helpers (#2418) 4 years ago
README.adoc Add EIP 712 helpers (#2418) 4 years ago

README.adoc

= Draft EIPS

This directory contains implementations of EIPs that are still in Draft status.

Due to their nature as drafts, the details of these contracts may change and we cannot guarantee their xref:ROOT:releases-stability.adoc[stability]. Minor releases of OpenZeppelin Contracts may contain breaking changes for the contracts in this directory, which will be duly announced in the https://github.com/OpenZeppelin/openzeppelin-contracts/blob/master/CHANGELOG.md[changelog]. The EIPs included here are used by projects in production and this may make them less likely to change significantly.

== Cryptography

{{EIP712}}