#pragma once #include namespace fc { void scrypt_derive_key( const std::vector& passphrase, const std::vector& salt, unsigned int n, unsigned int r, unsigned int p, std::vector& key ); } // namespace fc