From 78ed01dba5fefe9925056ceae45037b2eab133ff Mon Sep 17 00:00:00 2001 From: Bastian Buck <59334447+bstnbuck@users.noreply.github.com> Date: Thu, 18 Apr 2024 19:09:14 +0200 Subject: [PATCH] update "Last Update" --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +```