- Rewrote the Rust version in
Python in order to avoid issues directly related to the Rust implementation.
- Because Python's integer types have no upper limit (outside the bounds of
your computer's memory), we can create licenses of practically any length
using 92 different types of characters (
10
numbers,26
lowercase letters,26
uppercase letters, and32
symbols).
- Because Python's integer types have no upper limit (outside the bounds of
your computer's memory), we can create licenses of practically any length
using 92 different types of characters (