From 3bbbac9c006409a00952988364c33664f62cee9e Mon Sep 17 00:00:00 2001 From: Stuntman Of Universe Date: Fri, 1 Sep 2017 23:14:49 +0700 Subject: [PATCH] Updated Cryptography (markdown) --- Cryptography.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cryptography.md b/Cryptography.md index 63e23be..7b3410b 100644 --- a/Cryptography.md +++ b/Cryptography.md @@ -1,13 +1,13 @@ Hash ==== -GOST_R_3411_2012-256(GOST_R_3411_2012-512()) -Message and result are assumed in Big Endian +[GOST_R_3411_2012-256(GOST_R_3411_2012-512())](https://en.wikipedia.org/wiki/Streebog) + + #### Message and result are assumed in Big Endian Proof-of-work ============= -Same as hash ++ #### Same as hash Signatures ========== -GOST_R_3410_2012 over the hash ++ #### GOST_R_3410_2012 over the hash