scrypt.h 89 B

123456
  1. #ifndef SCRYPT_H
  2. #define SCRYPT_H
  3. extern void test_scrypt(void);
  4. #endif /* SCRYPT_H */