Authenticate using registry - part 4

This commit is contained in:
mdecimus
2026-02-07 19:42:55 +01:00
parent 22e5f5a5ab
commit 298b5bc23f
20 changed files with 1170 additions and 404 deletions

View File

@@ -4,9 +4,8 @@
* SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-SEL
*/
use std::{io::Write, slice::Iter};
use super::leb128::{Leb128Iterator, Leb128Writer};
use std::{io::Write, slice::Iter};
pub static BASE32_ALPHABET: &[u8] = b"abcdefghijklmnopqrstuvwxyz792013";
pub static BASE32_INVERSE: [u8; 256] = [