You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-12
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
</div>
18
18
<br />
19
19
20
-
##Table of Contents
20
+
# Table of Contents
21
21
-[Credits](#credits)
22
22
-[Purpose](#purpose)
23
23
-[How it Works](#how-it-works)
@@ -27,7 +27,7 @@
27
27
28
28
# Credits
29
29
30
-
This repository hosts a refined implementation of [**Schnorr's protocol**](https://en.wikipedia.org/wiki/Schnorr_signature) , innovatively incorporating a state seed for enhanced security measures. While the underlying proofs may appear intricate, I aim to elucidate their functionality to the best of my ability. However, for a deeper understanding, I encourage referencing the seminal research papers underpinning this implementation, as they offer comprehensive insights.
30
+
This repository hosts a refined implementation of [**Schnorr's Protocol**](https://en.wikipedia.org/wiki/Schnorr_signature) , innovatively incorporating a state seed for enhanced security measures. While the underlying proofs may appear intricate, I aim to elucidate their functionality to the best of my ability. However, for a deeper understanding, I encourage referencing the seminal research papers underpinning this implementation, as they offer comprehensive insights.
31
31
32
32
---
33
33
@@ -108,7 +108,7 @@ In messaging applications, **HMAC** can be employed to authenticate message send
108
108
<br>
109
109
<br>
110
110
111
-
Synergistic Operation:
111
+
Synergistic Operation
112
112
---
113
113
When combined, **"Zero-Knowledge" Proofs** and **HMAC** create a formidable framework for secure authentication in messaging applications. **ZKPs** facilitate identity verification without divulging sensitive information, while **HMAC** ensures the integrity and authenticity of messages exchanged between parties. Together, these mechanisms uphold the confidentiality, integrity, and authenticity of communication channels, safeguarding users' privacy and security in the digital realm.
114
114
@@ -129,33 +129,33 @@ The **`Core Components`** streamline secure **Message Encryption** and **Decrypt
129
129
130
130
---
131
131
132
-
#### HMAC_Client.encrypt_message_by_chunks:
132
+
#### HMAC_Client.encrypt_message_by_chunks
133
133
Method to **encrypt a message** by processing it in **chunks**.
0 commit comments