saqura
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>jp.co.kyototech</groupId>
<artifactId>saqura</artifactId>
<version>1.2.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>jp.co.kyototech</groupId>
<artifactId>saqura</artifactId>
<version>1.2.0</version>
<packaging>aar</packaging>
<name>SaQura</name>
<description>Post-quantum-ready cryptography library for Android and JVM. Wire-compatible with the SaQura .NET (NuGet) and Swift (SPM) packages — data encrypted in any of the three SDKs decrypts identically in the others. Surfaces: AES-256-GCM, RSA-4096 (OAEP encrypt + PSS sign), PBKDF2-SHA512 password hashing, FrodoKEM + Classic-McEliece + hybrid X25519/ML-KEM (FIPS 203) post-quantum KEM, ML-DSA (FIPS 204) and SLH-DSA (FIPS 205) signatures, constant-memory large-file streaming encryption (SQS1, AES-GCM / ChaCha20-Poly1305 + post-quantum envelope), offline license activation.</description>
<url>https://saqura.de/docs</url>
<inceptionYear>2025</inceptionYear>
<licenses>
<license>
<name>Proprietary Commercial License</name>
<url>https://saqura.de/legal/agb</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>kyototech</id>
<name>KyotoTech LLC</name>
<email>support@kyototech.co.jp</email>
<url>https://kyototech.co.jp</url>
<organization>KyotoTech LLC</organization>
<organizationUrl>https://kyototech.co.jp</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/KyotoTechLLC/SaQuraKotlin.git</connection>
<developerConnection>scm:git:ssh://git@github.com:KyotoTechLLC/SaQuraKotlin.git</developerConnection>
<url>https://github.com/KyotoTechLLC/SaQuraKotlin</url>
</scm>
<issueManagement>
<system>GitHub</system>
<url>https://github.com/KyotoTechLLC/SaQuraKotlin/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.0.20</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-android</artifactId>
<version>1.9.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.core</groupId>
<artifactId>core-ktx</artifactId>
<version>1.13.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.security</groupId>
<artifactId>security-crypto</artifactId>
<version>1.1.0-alpha06</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk18on</artifactId>
<version>1.78.1</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>