summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasudev Kamath <vasudev@copyninja.info>2018-07-22 22:26:26 +0530
committerVasudev Kamath <vasudev@copyninja.info>2018-07-22 22:26:26 +0530
commit26bca2e215be321dc1015cbf8ba2e6e06677fba4 (patch)
tree4a32f2730b0382261d759cca45c21be19722f954
parent1db3a79630a48534087aab1d2623266bda87d684 (diff)
Some punctuations.
-rw-r--r--content/development/golang_spake2_crypto.rst4
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*