Skip to content

Commit ff9e9b7

Browse files
authored
Merge pull request #19 from setlife-network/ol/audit-detail
doc: add clarity to audit status
2 parents 1af1b55 + 41749c9 commit ff9e9b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ NIP44 encrypted messages for [nostr](https://nostr.com).
44
Spec copied from [github.com/nostr-protocol/nips](https://github.com/nostr-protocol/nips/blob/master/44.md).
55
Audited on [2023.12](./audit-2023.12.pdf) by Cure53, Dr M. Heiderich, Dr. Mazaheri, Dr. Bleichenbacher.
66

7-
The implementations besides JS have not been audited: use at your own risk.
7+
Not all implementations have been audited. Only the TS/JS, Go, & Rust repos were included in the 2023.12 audit. Be sure to check the commits in scope of the audit & use at your own risk.
88

99
| Language | License | Copied from |
1010
|-----------------|---------------|--------------------------------------------|
@@ -313,4 +313,4 @@ The file also contains intermediate values. A quick guidance with regards to its
313313
- `valid.encrypt_decrypt_long_msg`: same as previous step, but instead of a full plaintext and payload, their checksum is provided.
314314
- `invalid.encrypt_msg_lengths`
315315
- `invalid.get_conversation_key`: calculating conversation_key must throw an error
316-
- `invalid.decrypt`: decrypting message content must throw an error
316+
- `invalid.decrypt`: decrypting message content must throw an error

0 commit comments

Comments
 (0)