diff options
| author | Paul Miller <paul@paulmillr.com> | 2023-12-20 13:22:02 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-20 09:22:02 -0300 |
| commit | 822b70a565678222706dd6284eb7abcaadfc5115 (patch) | |
| tree | 4cd71d068dfcebc39d418fed61d9c38d0baf752c /README.md | |
| parent | 09f8244e6fb5271a65a51cbbfe2b9503ee8783f3 (diff) | |
NIP44 encryption standard, revision 3 (#746)
* Introduce NIP-44 encryption standard
* Finalize NIP-44
* Update spec.
---------
Co-authored-by: Jonathan Staab <shtaab@gmail.com>
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -24,7 +24,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 24 | - [NIP-01: Basic protocol flow description](01.md) | 24 | - [NIP-01: Basic protocol flow description](01.md) |
| 25 | - [NIP-02: Follow List](02.md) | 25 | - [NIP-02: Follow List](02.md) |
| 26 | - [NIP-03: OpenTimestamps Attestations for Events](03.md) | 26 | - [NIP-03: OpenTimestamps Attestations for Events](03.md) |
| 27 | - [NIP-04: Encrypted Direct Message](04.md) | 27 | - [NIP-04: Encrypted Direct Message](04.md) --- **unrecommended**: deprecated in favor of [NIP-44](44.md) |
| 28 | - [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](05.md) | 28 | - [NIP-05: Mapping Nostr keys to DNS-based internet identifiers](05.md) |
| 29 | - [NIP-06: Basic key derivation from mnemonic seed phrase](06.md) | 29 | - [NIP-06: Basic key derivation from mnemonic seed phrase](06.md) |
| 30 | - [NIP-07: `window.nostr` capability for web browsers](07.md) | 30 | - [NIP-07: `window.nostr` capability for web browsers](07.md) |
| @@ -52,6 +52,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 52 | - [NIP-39: External Identities in Profiles](39.md) | 52 | - [NIP-39: External Identities in Profiles](39.md) |
| 53 | - [NIP-40: Expiration Timestamp](40.md) | 53 | - [NIP-40: Expiration Timestamp](40.md) |
| 54 | - [NIP-42: Authentication of clients to relays](42.md) | 54 | - [NIP-42: Authentication of clients to relays](42.md) |
| 55 | - [NIP-44: Versioned Encryption](44.md) | ||
| 55 | - [NIP-45: Counting results](45.md) | 56 | - [NIP-45: Counting results](45.md) |
| 56 | - [NIP-46: Nostr Connect](46.md) | 57 | - [NIP-46: Nostr Connect](46.md) |
| 57 | - [NIP-47: Wallet Connect](47.md) | 58 | - [NIP-47: Wallet Connect](47.md) |