Merge pull request #2534 from crwatkins/rfc6979

Move deterministic nonce wallet criteria from optional to required
This commit is contained in:
Will Binns 2018-07-25 20:14:38 -06:00 committed by GitHub
commit 78c71f3ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ in the future
- The identity of CEOs and/or developers is public
- Avoid address reuse by displaying a new receiving address for each transaction
in the wallet UI
- Uses deterministic ECDSA nonces (RFC 6979)
- Avoid address reuse by using a new change address for each transaction
- User has access to private keys
- If private keys or encryption keys are stored online:
@ -58,7 +59,6 @@ Optional criteria (some could become requirements):
- Received independent security audit(s)
- Does not show "received from" Bitcoin addresses in the UI
- Uses deterministic ECDSA nonces (RFC 6979)
- Provides a bug reporting policy on the website
- Website serving executable code or requiring authentication is included in the
[HSTS preload list](https://hstspreload.appspot.com/)