Nostrduino
Loading...
Searching...
No Matches
Namespaces | Functions
NostrEncoding.h File Reference
#include "NostrString.h"
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Namespaces

namespace  nostr
 

Functions

bool nostr::decodeHexExact (const NostrString &input, uint8_t *output, size_t expectedBytes)
 
bool nostr::validateBase64Encoding (const char *encoded, size_t encodedSize, bool noPadding, bool urlSafe, size_t &decodedSize)
 
bool nostr::decodeHexExact (const NostrString &input, uint8_t *output, size_t outputCapacity, size_t expectedBytes)