e7e900973f
- lib/crypto/: 9-module crypto library (Hash, HMAC, Base64/URL, Random, AES, RSA, ECDSA, Ed25519, JWT) - rt/runtime.c: +346 lines OpenSSL crypto primitives (SHA-1/384/512, HMAC, Base64URL, AES-CBC/GCM, RSA, ECDSA, Ed25519) - apps/nexus/: multi-threaded HTTP/1.1 + HTTP/2 detect + WebSocket server - apps/jwt-pitbul/: JWT CLI tool (sign, verify, decode, keygen) - apps/boko-framework/: FastAPI-inspired async web framework - test_crypto/: crypto library test suite (23 tests)
9 lines
167 B
TOML
9 lines
167 B
TOML
[Package]
|
|
Name = "jwt-pitbul"
|
|
Version = "0.1.0"
|
|
Type = "bin"
|
|
Description = "JWT CLI tool — encode, decode, verify, and key generation"
|
|
|
|
[Build]
|
|
Output = "Bin"
|