From 26bca2e215be321dc1015cbf8ba2e6e06677fba4 Mon Sep 17 00:00:00 2001 From: Vasudev Kamath Date: Sun, 22 Jul 2018 22:26:26 +0530 Subject: Some punctuations. --- content/development/golang_spake2_crypto.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'content/development/golang_spake2_crypto.rst') 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* -- cgit v1.2.3