Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chardoncs authored Aug 25, 2022
1 parent 5300385 commit b4c83b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

The name "*libpgfe*" used to be an abbreviation of "**Lib**rary of **P**assword **G**eneration **F**ront-**e**nd". Because it is initially designed to be just a boring functional port to [Nettle](https://www.lysator.liu.se/~nisse/nettle/). But during the development period, more and more algorithms have been directly implemented in this library, so its full name may mislead viewers and has been deprecated.

Since the version 0.2.0, **libpgfe** has been "self-sufficient" and does not depend on any library.
Since the version 0.2.0, **libpgfe** has been "self-sufficient" and does not depend on any third-party library.

| Item | Content |
| :----------- | :------------------ |
Expand Down Expand Up @@ -60,4 +60,4 @@ Meanwhile, some existing implementation repositories are referenced for the deve

| Algorithm | Reference |
| :---------------------------- | :-------------------------------------------------- |
| SHA-3 Family (Revised Keccak) | [Keccak-NIST Reference Implementation](https://csrc.nist.gov/projects/hash-functions/sha-3-project)<br>[Fackelmann/SHA3](https://github.com/Fackelmann/SHA3)<br>[brainhub/SHU3IUF](https://github.com/brainhub/SHA3IUF)<br>[mjosaarinen/tiny_sha3](https://github.com/mjosaarinen/tiny_sha3) |
| SHA-3 Family (Revised Keccak) | [Keccak-NIST Reference Implementation](https://csrc.nist.gov/projects/hash-functions/sha-3-project)<br>[Fackelmann/SHA3](https://github.com/Fackelmann/SHA3)<br>[brainhub/SHU3IUF](https://github.com/brainhub/SHA3IUF)<br>[mjosaarinen/tiny_sha3](https://github.com/mjosaarinen/tiny_sha3) |

0 comments on commit b4c83b8

Please sign in to comment.