aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2022-10-10 21:39:19 +0200
committerAndreas Grois <andi@grois.info>2022-10-10 21:39:19 +0200
commite5e3f40059239cba68d0ed8dd3c958545c80fbea (patch)
treeb875fe21a3501518c1dad0fa238889d39b4d72e4
parent5e2f651400971d610ef76918e6f6366b01071e60 (diff)
Update Readme with the now final name of PassFish.
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b54c032..315ec0c 100644
--- a/README.md
+++ b/README.md
@@ -6,8 +6,8 @@ This is a completely new implementation, but the source code of the JavaScript E
All credit for the development of the PasswordMaker Pro algorithm (and therefore for the high level flow of this library too) goes to the original authors of PasswordMaker Pro, [Miquel Burns](https://github.com/miquelfire) and [Eric H. Jung](https://github.com/ericjung). (I really hope I linked the correct profiles.)
-This crate is meant as a building block for an upcoming native Sailfish OS app that aims to be compatible with PasswordMaker Pro, but the public API should be reasonably easy to use for other Rust-based PasswordMaker compatible tools, so feel free to base your own applications on this.
+This crate is meant as a building block for an upcoming native Sailfish OS app ("[PassFish](https://github.com/soulsource/passfish)") that aims to be compatible with PasswordMaker Pro, but the public API should be reasonably easy to use for other Rust-based PasswordMaker compatible tools, so feel free to base your own applications on this.
Beware that currently this library is developed in tandem with the corresponding Sailfish app, so the interface might still change as needed. This will of course stop once this library reaches version 1.0.
-This library does not include any cryptographic hashes itself, but rather relies on the user to supply implementations of the hash algorithms. You can have a look at the integration tests to see how the syntax looks like for the [RustCrypto Hashes](https://github.com/RustCrypto/hashes). This is to avoid duplicate code, as many GUI frameworks already include their own implementation of the hashes. \ No newline at end of file
+This library does not include any cryptographic hashes itself, but rather relies on the user to supply implementations of the hash algorithms. You can have a look at the integration tests to see how the syntax looks like for the [RustCrypto Hashes](https://github.com/RustCrypto/hashes). This is to avoid duplicate code, as many GUI frameworks already include their own implementation of the hashes.