Embedded SDK
Embedded SDK
Loading...
Searching...
No Matches
bip32.h
Go to the documentation of this file.
1#pragma once
2
3#include <stddef.h> // size_t
4#include <stdint.h> // uint*_t
5#include <stdbool.h> // bool
6
10#define MAX_BIP32_PATH 10
11
27bool bip32_path_read(const uint8_t *in, size_t in_len, uint32_t *out, size_t out_len);
28
44bool bip32_path_format(const uint32_t *bip32_path,
45 size_t bip32_path_len,
46 char *out,
47 size_t out_len);
bool bip32_path_format(const uint32_t *bip32_path, size_t bip32_path_len, char *out, size_t out_len)
Definition bip32.c:45
bool bip32_path_read(const uint8_t *in, size_t in_len, uint32_t *out, size_t out_len)
Definition bip32.c:26
unsigned char uint8_t
Definition usbd_conf.h:53