1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/vlib/crypto/README.md

6 lines
170 B
Markdown

## Description:
`crypto` is a namespace for multiple crypto algorithms.
The implementations here are loosely based on [Go's crypto package](https://pkg.go.dev/crypto).