MetaMUI Crypto Primitives

Cross-platform cryptographic library with quantum-resistant algorithms

48

Algorithms

10

Platforms

NIST + KPQC

Standards Coverage

100%

Pure Implementations

Quick Start

Clone the repository and build from source for your platform:

git clone https://github.com/nickolasgasworx/metamui-crypto-primitives.git
cd metamui-crypto-primitives

# Python
cd metamui-crypto-python
python3 -m pytest tests/ -v

# Rust
cd metamui-crypto-rust
cargo build --release

# TypeScript/JavaScript
cd metamui-crypto-typescript
npm install && npm run build

# Swift
cd metamui-crypto-swift
swift build

# Kotlin
cd metamui-crypto-kotlin
./gradlew build

# Go
cd metamui-crypto-go
go build ./...

# C
cd metamui-crypto-c
cmake -B build && cmake --build build

# C#
cd metamui-crypto-csharp
dotnet build

# Java
cd metamui-crypto-java
mvn compile

Key Features

Documentation

Security Features

Supported Platforms

Platform Module Status
Python metamui-crypto-python Source
Rust metamui-crypto-rust Source
TypeScript metamui-crypto-typescript Source
Swift metamui-crypto-swift Source
Kotlin metamui-crypto-kotlin Source
WASM metamui-crypto-wasm Source
C metamui-crypto-c Source
C# metamui-crypto-csharp Source
Go metamui-crypto-go Source
Java metamui-crypto-java Source

Supported Algorithms

Post-Quantum Cryptography (19 Algorithms)

NIST Standardized (10)

Korean PQC (KPQC)

Additional PQC

Digital Signatures (4 Classical)

Symmetric Encryption (8 Algorithms)

Hash Functions (11 Algorithms)

Key Derivation (4 Algorithms)

Message Authentication (4 Algorithms)

Additional Cryptographic Primitives


Licensed under BSL 1.1 / Commercial - Sovereign Wallet Co., Ltd.