v1.2.3: Remove mbedtls for libnx crypto

This commit is contained in:
shchmue
2019-04-15 14:17:17 -04:00
parent f7dc8f027b
commit 90563f6e63
32 changed files with 32 additions and 10451 deletions

View File

@ -67,7 +67,6 @@ namespace Common {
// refresh display
void update_display();
void sha256(const u8 *data, u8 *hash, size_t length);
// reads "<keyname> = <hexkey>" and returns byte vector
byte_vector key_string_to_byte_vector(std::string key_string);
}