From 9166b41f02cd28a646e534429e0c48d7c519b007 Mon Sep 17 00:00:00 2001 From: EntireTwix Date: Mon, 19 Apr 2021 10:46:25 -0700 Subject: [PATCH] link changes to README --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49343e3..0e25473 100644 --- a/README.md +++ b/README.md @@ -41,8 +41,9 @@ Go to `{ip}/BankF/help` to see the bank's methods. Using the Bank's API allows ( Implemented: -- [Frontend](https://github.com/Expand-sys/ccashfrontend) -- [Lua API for CC](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua) +- [Web Frontend](https://github.com/Expand-sys/ccashfrontend) +- [CC API](https://github.com/Reactified/rpm/blob/main/packages/ccash-api/api.lua) +- [CC Frontend](https://github.com/Reactified/rpm/blob/main/packages/ccash-wallet/wallet.lua) In-Dev: @@ -65,7 +66,7 @@ Ideas: - written in **C++**, arguably the fastest language - **multi-threaded** - **parallel hashmaps** a far superior HashMap implementation to the STD, that also benefit from multi-threaded -- **Passwords are Hashed**, allowing each user to be 12 bytes, which is allows hashmap to be flat. This hashing is also very fast at 31.5 GB/s on a i7-9700K +- **Passwords are Hashed**, allowing each user to be 12 bytes, which is allows hashmap to be flat. ([XXH3](https://github.com/Cyan4973/xxHash/blob/dev/README.md)) ### Safety