upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/49.md
diff options
context:
space:
mode:
authorAsai Toshiya <to.asai.60@gmail.com>2024-02-22 12:30:18 +0900
committerfiatjaf_ <fiatjaf@gmail.com>2024-02-22 09:50:12 -0300
commit4313fbf7a5c1d7d2c29e414ed68104641f3286fa (patch)
tree332b91fc4c43519defabc27cfff90e7d8e7c5095 /49.md
parentcbee1092d25ba60ee3d94de1cc72a8f1efb69070 (diff)
NIP-46, NIP-49, NIP-65: fix typos
Diffstat (limited to '49.md')
-rw-r--r--49.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/49.md b/49.md
index da58ba2..731f132 100644
--- a/49.md
+++ b/49.md
@@ -16,13 +16,13 @@ PASSWORD = Read from the user. The password should be unicode normalized to NFKC
16 16
17LOG\_N = Let the user or implementer choose one byte representing a power of 2 (e.g. 18 represents 262,144) which is used as the number of rounds for scrypt. Larger numbers take more time and more memory, and offer better protection: 17LOG\_N = Let the user or implementer choose one byte representing a power of 2 (e.g. 18 represents 262,144) which is used as the number of rounds for scrypt. Larger numbers take more time and more memory, and offer better protection:
18 18
19 | LOG\_N | MEMORY REQUIRED | APPROX TIME ON FAST COMPUTER | 19 | LOG_N | MEMORY REQUIRED | APPROX TIME ON FAST COMPUTER |
20 |--------|-----------------|----------------------------- | 20 |-------|-----------------|----------------------------- |
21 | 16 | 64 MiB | 100 ms | 21 | 16 | 64 MiB | 100 ms |
22 | 18 | 256 MiB | | 22 | 18 | 256 MiB | |
23 | 20 | 1 GiB | 2 seconds | 23 | 20 | 1 GiB | 2 seconds |
24 | 21 | 2 GiB | | 24 | 21 | 2 GiB | |
25 | 22 | 4 GiB | | 25 | 22 | 4 GiB | |
26 26
27SALT = 16 random bytes 27SALT = 16 random bytes
28 28