Skip to content

Commit

Permalink
add crypto docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 24, 2024
1 parent f37f466 commit d87f03a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions docs/19_crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,3 @@ Once the secret key is derived, it is used to encrypt and decrypt all messages e
2. **Decryption**:
- The receiving device extracts the `ciphertext`, `nonce`, and `tag` from the message.
- Using the same secret key, it decrypts the `ciphertext` and verifies the message integrity using the `tag`.



---

HiveMind's encryption process provides a secure foundation for communication, protecting sensitive data against unauthorized access and tampering. Let us know if you'd like to explore specific implementation details or examples!

0 comments on commit d87f03a

Please sign in to comment.