diff options
author | Pieter Wuille <pieter@wuille.net> | 2020-10-27 23:08:48 -0700 |
---|---|---|
committer | Pieter Wuille <pieter@wuille.net> | 2020-10-27 23:08:48 -0700 |
commit | 5803f5f5f6030e69b46a46f0511b8173bf89de0d (patch) | |
tree | 381329c0966970c2ed11ed62bd9e904b9b41722b /src/secp256k1/README.md | |
parent | 55b1ffcd259cc64139dad646a52fab5c597c95c2 (diff) | |
parent | 6c0259fc2f8bd34ba83ad10a6a11d6d99e8d1fc7 (diff) |
Update secp256k1 subtree to latest master
Diffstat (limited to 'src/secp256k1/README.md')
-rw-r--r-- | src/secp256k1/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/secp256k1/README.md b/src/secp256k1/README.md index 2602475787..e070937235 100644 --- a/src/secp256k1/README.md +++ b/src/secp256k1/README.md @@ -16,7 +16,7 @@ Features: * Very efficient implementation. * Suitable for embedded systems. * Optional module for public key recovery. -* Optional module for ECDH key exchange (experimental). +* Optional module for ECDH key exchange. Experimental features have not received enough scrutiny to satisfy the standard of quality of this library but are made available for testing and review by the community. The APIs of these features should not be considered stable. |