lwIP
Lightweight TCP/IP, TLS 1.3, and Ethernet support for the TI-84+ CE.
- lwIP-CE a full internet connection over USB to a device that doesn't natively provide it with no hardware modification.
- Includes a compact TLS 1.3 stack, using the same modern encryption that drives the padlock icon in the browser. The stack includes a statistically validated RNG built from electrical noise in calculator memory, plus core cryptographic primitives such as AES-128-GCM, SHA-256, HKDF/HMAC, X25519 ECDHE, and RSA-2048 signature verification for certificate validation.
- Tested like professional security software. Every non-upstream addition has test coverage, every cryptographic primitive is validated against NIST-published CAVP test vectors, a timing analysis suite, and static analysis scans every line of code added to the project.