1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-12 18:49:07 +00:00

include options.h to base58.h

This commit is contained in:
Pavol Rusnak 2016-10-24 20:54:29 +02:00
parent 0abc61f672
commit fa8772dfee
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -26,6 +26,7 @@
#include <stdint.h>
#include <stdbool.h>
#include "options.h"
int base58_encode_check(const uint8_t *data, int len, char *str, int strsize);
int base58_decode_check(const char *str, uint8_t *data, int datalen);