https://github.com/shellbear/v-crypto
A cryptography library for V
https://github.com/shellbear/v-crypto
cryptography openssl v vlang
Last synced: 10 months ago
JSON representation
A cryptography library for V
- Host: GitHub
- URL: https://github.com/shellbear/v-crypto
- Owner: shellbear
- License: mit
- Created: 2019-06-30T22:18:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-30T22:29:43.000Z (over 6 years ago)
- Last Synced: 2024-12-31T21:24:18.764Z (12 months ago)
- Topics: cryptography, openssl, v, vlang
- Language: Verilog
- Homepage:
- Size: 3.91 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# v-crypto
A crypto library for VLang.
It use bindings from the [OpenSSL](https://www.openssl.org/) library.
## Features
- [x] Basic AES
- [x] MD4
- [x] MD5
- [x] SHA1
- [x] SHA256
- [x] SHA384
- [x] SHA512
- [ ] Public/Private key pair
## Built With
- [OpenSSL](https://www.openssl.org/) - A general-purpose cryptography library.
- [Vlang](https://github.com/vlang/v) - Simple, fast, safe, compiled language
## License
[MIT](LICENSE)
## Contributors
- [Shellbear](https://github.com/shellbear) - creator and maintainer