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
Roman Semenov 2bb06b1af4
Replace `if (...) revert()` with `require(...)` (#2376)
4 years ago
..
ECDSA.sol Replace `if (...) revert()` with `require(...)` (#2376) 4 years ago
MerkleProof.sol Add SPX license identifier (#2235) 5 years ago
README.adoc Add readme notices with link to docs site (#2300) 5 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.

== Libraries

{{ECDSA}}

{{MerkleProof}}