diff options
Diffstat (limited to 'content/development')
-rw-r--r-- | content/development/golang_spake2_crypto.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/content/development/golang_spake2_crypto.rst b/content/development/golang_spake2_crypto.rst index b62ad52..53c3561 100644 --- a/content/development/golang_spake2_crypto.rst +++ b/content/development/golang_spake2_crypto.rst @@ -86,8 +86,8 @@ I don't know basic itself). First Try, Bruteforce --------------------- -I've this bad habit of tackling problem with brute force some times it works but -most time it just exhausts me taking me nowhere. So with my normal habit I +I've this bad habit of tackling problem with brute force; some times it works but +most time it just exhausts me, taking me nowhere. So with my normal habit I started looking for Ed25519 curve operations library. (Without actually knowing what operations are and how it works). I tried to read through *curve25519-dalek* but invain, nothing entered into my head. I found *ed25519* |