Skip to content

Commit

Permalink
update "Last Update"
Browse files Browse the repository at this point in the history
  • Loading branch information
bstnbuck authored Apr 18, 2024
1 parent 0825c52 commit 78ed01d
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 @@ -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
Expand All @@ -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())
}
```
```

0 comments on commit 78ed01d

Please sign in to comment.