diff options
author | Vasudev Kamath <vasudev@copyninja.info> | 2018-07-28 23:01:02 +0530 |
---|---|---|
committer | Vasudev Kamath <vasudev@copyninja.info> | 2018-07-28 23:01:02 +0530 |
commit | 204e1fd8d27b8c4286620c89c13d6652b44fb515 (patch) | |
tree | 46557ce922673c47bca2dfad8bd9018d80024bbb /content/development | |
parent | 26bca2e215be321dc1015cbf8ba2e6e06677fba4 (diff) |
typo fixed
Diffstat (limited to 'content/development')
-rw-r--r-- | content/development/golang_spake2_crypto.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/development/golang_spake2_crypto.rst b/content/development/golang_spake2_crypto.rst index 53c3561..1a876c7 100644 --- a/content/development/golang_spake2_crypto.rst +++ b/content/development/golang_spake2_crypto.rst @@ -3,7 +3,7 @@ SPAKE2 In Golang: Journey to Cryptoland begins :date: 2018-07-22 22:07 +0530 :slug: golang_spake2_1 -:tags: go, golang, spake2, cryptograph, ecc, magic-wormhole +:tags: go, golang, spake2, cryptography, ecc, magic-wormhole :author: copyninja :summary: My notes on SPAKE2 implementation in Golang, my first Golang and cryptographic library |