TESID 1.0.0, with Rust, Python, JS implementations master
authorChris Morgan <me@chrismorgan.info>
committerChris Morgan <me@chrismorgan.info>
commit0000000d63631779a143778dc09275292ef8ed75
treeb4c28682f4a8d886c4b74ac2a5e7527ede088129
TESID 1.0.0, with Rust, Python, JS implementations

Yes, I squashed all of the early history away.
36 files changed:
.gitignore [new file with mode: 0644]
CHANGELOG [new file with mode: 0644]
Makefile [new file with mode: 0644]
README.md [new file with mode: 0644]
algorithms.txt [new file with mode: 0644]
design-rationale.txt [new file with mode: 0644]
javascript/CHANGELOG.md [new file with mode: 0644]
javascript/COPYRIGHT [new file with mode: 0644]
javascript/README.md [new file with mode: 0644]
javascript/package.json [new file with mode: 0644]
javascript/tesid.d.ts [new file with mode: 0644]
javascript/tesid.js [new file with mode: 0644]
javascript/tests.js [new file with mode: 0644]
javascript/typescript-tests.ts [new file with mode: 0644]
python/CHANGELOG.rst [new file with mode: 0644]
python/COPYRIGHT [new file with mode: 0644]
python/README.rst [new file with mode: 0644]
python/pyproject.toml [new file with mode: 0644]
python/setup.cfg [new file with mode: 0644]
python/src/tesid/__init__.py [new file with mode: 0644]
python/src/tesid/base32.py [new file with mode: 0644]
python/src/tesid/fpeck.py [new file with mode: 0644]
python/src/tesid/test/__init__.py [new file with mode: 0644]
python/src/tesid/test/base32.py [new file with mode: 0644]
python/src/tesid/test/fpeck.py [new file with mode: 0644]
python/src/tesid/test/tesid.py [new file with mode: 0644]
rust/CHANGELOG.md [new file with mode: 0644]
rust/COPYRIGHT [new file with mode: 0644]
rust/Cargo.toml [new file with mode: 0644]
rust/README.md [new file with mode: 0644]
rust/examples/rejection_rates.rs [new file with mode: 0644]
rust/src/base32.rs [new file with mode: 0644]
rust/src/fpeck.rs [new file with mode: 0644]
rust/src/inline_string.rs [new file with mode: 0644]
rust/src/lib.rs [new file with mode: 0644]
rust/test [new file with mode: 0755]