|
Nostrduino
|
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) |