Skip to content

Commit 73274a5

Browse files
committed
README: Fix typos
1 parent f8fd856 commit 73274a5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# sha3-d
22

3-
SHA-3 library written entirely in D implementing Keccack-f\[1600,24] and is fully
4-
compatible with the Phobos Digest API (std.digest).
3+
This is a SHA-3 library written entirely in D. It implements the Keccak
4+
hashing algorithm and it is fully compatible with the Phobos Digest API (std.digest).
55

66
Introduced in 2015, SHA-3 is the latest member of the SHA family. SHA-3 is
77
already used in production-ready projects worlwide, including SQLite3 for both
88
internal and download integrity operations. For more information about SHA-3,
99
consult [NIST FIPS PUB 202](http://dx.doi.org/10.6028/NIST.FIPS.202) (PDF).
1010

11-
This module implements the six official hashing algorithms: SHA-3-224, SHA-3-256,
12-
SHA-3-384, SHA-3-512, SHAKE-128 (XOF), and SHAKE-256 (XOF).
11+
This module implements the six official hashing algorithms:
12+
SHA3-224, SHA3-256, SHA3-384, SHA3-512, SHAKE-128, and SHAKE-256.
1313

1414
Features:
1515
- A much faster alternative to keccak-tiny.
@@ -32,7 +32,7 @@ To include it in your project, simply import the `sha3d` package.
3232

3333
If you are unfamiliar with the Digest API, here is a quick summary.
3434

35-
Two APIs are available: Template API and OOP API.
35+
There are two APIs available: Template API and OOP API.
3636

3737
### Template API
3838

0 commit comments

Comments
 (0)