diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-08-10 09:10:10 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-08-10 09:10:10 +0200 |
commit | febb0cb115f1b3969f026b931319985beb185786 (patch) | |
tree | a28e01d188d27bc1f94cc44eb3cbb49513c0b6c1 /README.md | |
parent | typo (diff) | |
download | sha3sum-febb0cb115f1b3969f026b931319985beb185786.tar.gz sha3sum-febb0cb115f1b3969f026b931319985beb185786.tar.bz2 sha3sum-febb0cb115f1b3969f026b931319985beb185786.tar.xz |
add emphasis
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -67,9 +67,9 @@ PERFORMANCE COMPARISON: --multi Print the chechsum at all iterations. -Pending the standardisation of SHA-3, there is no specification of particular SHA-3 functions yet. -Our defaults are based on Keccak[] being Keccak[r = 1024, c = 576] rather than the functions in -Wikipedia's entires that uses [r = 576, c = 1024]. +**Pending the standardisation of SHA-3**, there is no specification of particular +SHA-3 functions yet. Our defaults are based on Keccak[] being Keccak[r = 1024, c = 576] +rather than the functions in Wikipedia's entires that uses [r = 576, c = 1024]. If you want to contribute with an implementation in another |