laicrypto 0.1.0

Lemniscate-AGM Isogeny (LAI) Encryption – quantum‑resistant cryptography
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[build-system]
requires = ["setuptools>=61.0", "wheel"]
build-backend = "setuptools.build_meta"

[project]
name = "laicrypto"
version = "0.2.0"
authors = [{name="GALIH RIDHO UTOMO", email="g4lihru@students.unnes.ac.id"}]
description = "Post-quantum Lemniscate-AGM Isogeny Encryption (LAI)"
readme = "README.md"
requires-python = ">=3.8"
license = {text = "MIT"}

[project.urls]
"Homepage" = "https://github.com/galihru/pqcrypto"
"Repository" = "https://github.com/galihru/pqcrypto"