1#ifndef NOSTR_ENCODING_H
2#define NOSTR_ENCODING_H
12 bool urlSafe,
size_t &decodedSize);
#define NostrString
Definition NostrString.h:10
Definition CryptoLock.h:6
bool decodeHexExact(const NostrString &input, uint8_t *output, size_t expectedBytes)
Definition NostrEncoding.cpp:53
bool validateBase64Encoding(const char *encoded, size_t encodedSize, bool noPadding, bool urlSafe, size_t &decodedSize)
Definition NostrEncoding.cpp:57