Files
n_signer/firmware/feather_s3_tft/main/bech32.h

7 lines
127 B
C

#pragma once
#include <stddef.h>
#include <stdint.h>
int npub_encode(const uint8_t pubkey32[32], char *out, size_t out_len);