diff options
| author | hodlbod <jstaab@protonmail.com> | 2024-12-04 08:57:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-04 08:57:03 -0800 |
| commit | 5ec59fd70ce415f74d34bbcb2de190d7cdbb96f4 (patch) | |
| tree | 79b76114c9698184d3eb6092513f9b316025afd1 | |
| parent | 54c0c1352d73595b99b568248b87fe4542d30141 (diff) | |
| parent | 33efff81a6909da9a85e81d296a711810f1848a1 (diff) | |
Merge pull request #1626 from s3-odara/patch-2
NIP-44: Proper base64 explanation
| -rw-r--r-- | 44.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -63,7 +63,7 @@ NIP-44 version 2 has the following design characteristics: | |||
| 63 | - SHA256 is used instead of SHA3 or BLAKE because it is already used in nostr. Also BLAKE's speed advantage | 63 | - SHA256 is used instead of SHA3 or BLAKE because it is already used in nostr. Also BLAKE's speed advantage |
| 64 | is smaller in non-parallel environments. | 64 | is smaller in non-parallel environments. |
| 65 | - A custom padding scheme is used instead of padmé because it provides better leakage reduction for small messages. | 65 | - A custom padding scheme is used instead of padmé because it provides better leakage reduction for small messages. |
| 66 | - Base64 encoding is used instead of another compression algorithm because it is widely available, and is already used in nostr. | 66 | - Base64 encoding is used instead of another encoding algorithm because it is widely available, and is already used in nostr. |
| 67 | 67 | ||
| 68 | ### Encryption | 68 | ### Encryption |
| 69 | 69 | ||