laicrypto 0.1.3

Lemniscate-AGM Isogeny (LAI) Encryption – quantum‑resistant cryptography
Documentation
[dependencies.rand]
version = "0.8"

[dependencies.sha2]
version = "0.10"

[lib]
name = "laicrypto"
path = "src/lib.rs"

[package]
authors = ["Galih Ridho Utomo <g4lihru@students.unnes.ac.id>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Lemniscate-AGM Isogeny (LAI) Encryption – quantum‑resistant cryptography"
documentation = "https://docs.rs/laicrypto"
edition = "2021"
homepage = "https://github.com/galihru/pqcrypto"
keywords = ["crypto", "isogeny", "quantum-resistant", "lai", "encryption"]
license = "MIT"
license-file = "LICENSE"
name = "laicrypto"
readme = "README.md"
repository = "https://github.com/galihru/pqcrypto"
version = "0.1.3"