diff options
| author | Paul Miller <paul@paulmillr.com> | 2023-12-20 20:18:43 +0300 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-12-20 14:37:42 -0300 |
| commit | 9be51261c0d1aeff2a99591d978b88bf7e5766b3 (patch) | |
| tree | c892536f786e1a7961bbddbfc3476cbd8bf489c9 /44.md | |
| parent | 4199f202365fc4c1a464b1033d040597bccbb08d (diff) | |
nip-44: add audit notice
Diffstat (limited to '44.md')
| -rw-r--r-- | 44.md | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -237,6 +237,12 @@ Before decryption, it's necessary to validate the message's pubkey and signature | |||
| 237 | - Verify that the length of sliced plaintext matches the value of the two BE bytes | 237 | - Verify that the length of sliced plaintext matches the value of the two BE bytes |
| 238 | - Verify that calculated padding from encryption's step 3 matches the actual padding | 238 | - Verify that calculated padding from encryption's step 3 matches the actual padding |
| 239 | 239 | ||
| 240 | ## Audit | ||
| 241 | |||
| 242 | The v2 of the standard has been subject to an audit by [Cure53](https://cure53.de) in December 2023. | ||
| 243 | Check out [audit-2023.12.pdf](https://github.com/paulmillr/nip44/blob/ce63c2eaf345e9f7f93b48f829e6bdeb7e7d7964/audit-2023.12.pdf) | ||
| 244 | and [auditor's website](https://cure53.de/audit-report_nip44-implementations.pdf). | ||
| 245 | |||
| 240 | ## Tests and code | 246 | ## Tests and code |
| 241 | 247 | ||
| 242 | A collection of implementations in different languages is available at https://github.com/paulmillr/nip44. | 248 | A collection of implementations in different languages is available at https://github.com/paulmillr/nip44. |