Fix hash in documentation

This commit is contained in:
Simon 2019-11-02 20:37:01 -07:00
parent 2bbf7c3c01
commit d598f6d4ce
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ nimble install nimcrypto # installation
import nimcrypto
echo keccak_256.digest("Alice makes a hash")
# outputs EF0CC652868DF797522FB1D5A39E58E069154D9E47E5D7DB288B7200DB6EDFEE
# outputs F8AE86DA35CF3D9F0816BAA6015A6AFFD20BA5D6A533FEA94D89D6164264326F
```
See full documentation [here](https://cheatfate.github.io/nimcrypto).

View File

@ -1253,7 +1253,7 @@ $ nimble install nimcrypto # installation
import nimcrypto
echo keccak_256.digest("Alice makes a hash")
# outputs EF0CC652868DF797522FB1D5A39E58E069154D9E47E5D7DB288B7200DB6EDFEE
# outputs F8AE86DA35CF3D9F0816BAA6015A6AFFD20BA5D6A533FEA94D89D6164264326F
</pre>
<div class="section" id="Implementations">