laysakura / serde-encrypt

🔐 Encrypts all the Serialize.
Apache License 2.0
177 stars 6 forks source link

"X25513": typo in README? #97

Closed vi closed 3 years ago

vi commented 3 years ago

serde-encrypt supports both shared-key encryption (XChaCha20-Poly1305) and public-key encryption (XChaCha20-Poly1305 with X25513 key-exchange)

X25513

Is it something new or just mistyped "X25519"?

laysakura commented 3 years ago

Woops. Thank you! Exactly this is typo. I will fix it soon.