Skip to content

Commit

Permalink
sys/hashes: fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Nov 23, 2019
1 parent caa3f9c commit ec8a4ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/hashes/sha3.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
The drawbacks of this implementation are:
- There is no message queue. The whole message must be ready in a buffer.
- It is not optimized for peformance.
- It is not optimized for performance.
The implementation is even simpler on a little endian platform. Just define the
LITTLE_ENDIAN symbol in that case.
Expand Down

0 comments on commit ec8a4ba

Please sign in to comment.