diff --git a/README.md b/README.md index c11d207..7f07c8a 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ The V wrapper libsodium [[Git](https://github.com/vlang/libsodium)] has some of | **Twofisch** | symmetric block cipher | moderate | :x: | | **yescrypt** | hash-algorithm / key derivation function | high | :x: | -> Last Update: 21-02-2024 +> Last Update: 18-04-2024 --- ## v_crypto ### Installation @@ -110,4 +110,4 @@ fn main(){ d.reset() // with reset, a new empty checksum can be produced _, _ := d.checksum('Hi from V_crypto. This is an example of a long long line.'.bytes()) } -``` \ No newline at end of file +```