PHP Classes

File: Cargo.toml

Recommend this page to a friend!
  Packages of Scott Arciszewski   ext-pqcrypto   Cargo.toml   Download  
File: Cargo.toml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: ext-pqcrypto
PHP extension to encrypt data with FIPS algorithms
Author: By
Last change:
Date: 9 days ago
Size: 544 bytes
 

Contents

Class file image Download
[package] name = "php-ext-pqcrypto" version = "0.3.0" edition = "2021" publish = true description = "PHP extension for post-quantum cryptography (ML-KEM, X-Wing, ML-DSA, SLH-DSA)" license = "MIT" repository = "https://github.com/paragonie/ext-pqcrypto" authors = ["Paragon Initiative Enterprises"] [lib] name = "pqcrypto" crate-type = ["cdylib", "rlib"] [dependencies] ext-php-rs = "0.15" ml-kem = "=0.3.0" ml-dsa = "=0.1.0-rc.9" slh-dsa = "=0.2.0-rc.5" x-wing = { version = "=0.1.0-rc.0", features = ["getrandom", "zeroize"] } rand = "0.10"