1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-12-20 05:18:08 +00:00

segwit address sizes

This commit is contained in:
Pavol Rusnak 2016-11-05 22:26:54 +01:00
parent e855c60529
commit bb61fb75d8
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -48,9 +48,9 @@ typedef struct {
} ecdsa_curve; } ecdsa_curve;
#define MAX_ADDR_RAW_SIZE (4 + 20) #define MAX_ADDR_RAW_SIZE (4 + 40)
#define MAX_WIF_RAW_SIZE (4 + 32 + 1) #define MAX_WIF_RAW_SIZE (4 + 32 + 1)
#define MAX_ADDR_SIZE (40) #define MAX_ADDR_SIZE (54)
#define MAX_WIF_SIZE (58) #define MAX_WIF_SIZE (58)
// rfc6979 pseudo random number generator state // rfc6979 pseudo random number generator state