token-identifier 0.1.0

A library to create 32 bit tokens with checkbits and identifier of such tokens
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.rand]
version = "0.8.5"

[dependencies.regex]
version = "1.10.6"

[package]
authors = ["Klaus<klaus@itzgrund.net>"]
categories = ["encoding", "cryptography"]
description = "A library to create 32 bit tokens with checkbits and identifier of such tokens"
edition = "2021"
keywords = ["identifier", "token", "transfer", "spelling", "checksum"]
license-file = "LICENSE.txt"
name = "token-identifier"
readme = "README.md"
repository = "https://github.com/KlausTh/token-identifier"
version = "0.1.0"