laicrypto 0.1.1

Lemniscate-AGM Isogeny (LAI) Encryption – quantum‑resistant cryptography
Documentation
{
  "name": "@galihru/pqlaicrypto",
  "version": "0.0.5",
  "description": "A Python package providing a reference implementation of the Lemniscate-AGM Isogeny (LAI) encryption scheme. LAI is a promising post-quantum cryptosystem based on isogenies of elliptic curves over lemniscate lattices, offering resistance against quantum-capable adversaries.",
  "main": "index.js",
  "publishConfig": {
    "access": "public"
  },
  "scripts": {
    "test": "echo \"No tests specified\" && exit 0"
  },
  "keywords": [
    "cryptography",
    "laiencryption",
    "pqcrypto",
    "isogeny",
    "quantum-resistant"
  ],
  "author": "GALIH RIDHO UTOMO <g4lihru@students.unnes.ac.id>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/galihru/pqlaicrypto.git"
  },
  "homepage": "https://github.com/galihru/pqlaicrypto#readme",
  "bugs": {
    "url": "https://github.com/galihru/pqlaicrypto/issues"
  },
  "engines": {
    "node": ">=12"
  }
}