mirror of
https://github.com/minio/minio.git
synced 2025-11-29 05:19:03 -05:00
A full restructure
This commit is contained in:
5
pkg/signify/libsignify/util.h
Normal file
5
pkg/signify/libsignify/util.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#include <stdint.h>
|
||||
|
||||
int bcrypt_pbkdf(const char *pass, size_t pass_len, const uint8_t *salt,
|
||||
size_t salt_len, uint8_t *key, size_t key_len, unsigned int rounds);
|
||||
void explicit_bzero(void *b, size_t len);
|
||||
Reference in New Issue
Block a user