7 lines
127 B
C
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);
|