blob: 064369bbdd7997c8b998aacc08fecf1b18e18d2e (
plain)
1
2
3
4
5
6
7
8
9
|
#pragma once
#include "uintwide_t.h"
uint32_t encodeCallsign(const char *callsign);
void ax25_base91enc(char *s, uint8_t n, uint32_t v);
math::wide_integer::uint512_t encodetttt(const char *s);
|