Skip to content
GitLab
Explore
Sign in
Register
Add Crypt functions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Darley Barreto
requested to merge
darley/relibc:crypt
into
master
Feb 05, 2024
Overview
0
Commits
26
Pipelines
1
Changes
30
Expand
This MR adds the following ciphers:
MD5
bcrypt
SHA-256
SHA-512
scrypt
PBKDF2 with SHA256
All of them use RustCrypto crates.
Merge request reports