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:
parent
e855c60529
commit
bb61fb75d8
4
ecdsa.h
4
ecdsa.h
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user