mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-12-22 00:25:50 -05:00
Merge pull request #1626 from s3-odara/patch-2
NIP-44: Proper base64 explanation
This commit is contained in:
commit
5ec59fd70c
2
44.md
2
44.md
|
@ -63,7 +63,7 @@ NIP-44 version 2 has the following design characteristics:
|
|||
- SHA256 is used instead of SHA3 or BLAKE because it is already used in nostr. Also BLAKE's speed advantage
|
||||
is smaller in non-parallel environments.
|
||||
- A custom padding scheme is used instead of padmé because it provides better leakage reduction for small messages.
|
||||
- Base64 encoding is used instead of another compression algorithm because it is widely available, and is already used in nostr.
|
||||
- Base64 encoding is used instead of another encoding algorithm because it is widely available, and is already used in nostr.
|
||||
|
||||
### Encryption
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user