safebfuns.h (168B)
1 /* Public domain */ 2 3 #pragma once 4 5 #include <stddef.h> 6 7 void explicit_bzero( void * buf, size_t n ); 8 int timingsafe_bcmp( const void * b1, const void * b2, size_t n );
lua-bcryptSecure password hashing for Lua | |
Log | Files | Refs | README | LICENSE |