mirror of
https://codeberg.org/scip/pcp.git
synced 2025-12-17 20:00:58 +01:00
changed key derivation function, using scrypt (from tarsnap) now instead of my own derivation function
This commit is contained in:
6
libpcp/scrypt/scrypt_platform.h
Normal file
6
libpcp/scrypt/scrypt_platform.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef _SCRYPT_PLATFORM_H_
|
||||
#define _SCRYPT_PLATFORM_H_
|
||||
|
||||
#include "platform.h"
|
||||
|
||||
#endif /* !_SCRYPT_PLATFORM_H_ */
|
||||
Reference in New Issue
Block a user