|
@webbuf/acb3
|
AES+CBC encryption/decryption with blake3 mac for web, node.js, deno and bun. |
MIT |
9
greenflagged
/ 17 total
|
|
@webbuf/acb3dh
|
AES+CBC encryption/decryption with blake3 mac and secp256k1 Diffie-Hellman shared secret for web, node.js, deno and bun. |
MIT |
9
greenflagged
/ 16 total
|
|
@webbuf/acb3p256dh
|
AES+CBC encryption/decryption with blake3 mac and P-256 (NIST) Diffie-Hellman shared secret for web, node.js, deno and bun. |
MIT |
4
greenflagged
/ 4 total
|
|
@webbuf/acs2
|
AES+CBC encryption/decryption with SHA-256 HMAC for web, node.js, deno and bun. |
MIT |
7
greenflagged
/ 7 total
|
|
@webbuf/acs2dh
|
AES+CBC encryption/decryption with SHA-256 HMAC and secp256k1 Diffie-Hellman shared secret for web, node.js, deno and bun. |
MIT |
7
greenflagged
/ 7 total
|
|
@webbuf/acs2p256dh
|
AES+CBC encryption/decryption with SHA-256 HMAC and P-256 (NIST) Diffie-Hellman shared secret for web, node.js, deno and bun. |
MIT |
4
greenflagged
/ 4 total
|
|
@webbuf/aescbc
|
Rust/wasm optimized AES+CBC encryption/decryption for web, node.js, deno and bun. |
MIT |
10
greenflagged
/ 22 total
|
|
@webbuf/aesgcm
|
Rust/wasm optimized AES-GCM authenticated encryption for the web, node.js, deno, and bun. |
MIT |
4
greenflagged
/ 4 total
|
|
@webbuf/aesgcm-mlkem
|
AES-256-GCM with ML-KEM-768 key encapsulation: post-quantum authenticated encryption for the web, node.js, deno, and bun. |
MIT |
3
greenflagged
/ 3 total
|
|
@webbuf/aesgcm-p256dh
|
AES-GCM authenticated encryption with P-256 (NIST) Diffie-Hellman shared secret for web, node.js, deno and bun. |
MIT |
4
greenflagged
/ 4 total
|
|
@webbuf/aesgcm-p256dh-mlkem
|
Hybrid AES-256-GCM with P-256 ECDH + ML-KEM-768: classical + post-quantum authenticated encryption for the web, node.js, deno, and bun. |
MIT |
3
greenflagged
/ 3 total
|
|
@webbuf/aesgcm-x25519dh-mlkem
|
Hybrid AES-256-GCM with X25519 ECDH + ML-KEM-768: classical + post-quantum authenticated encryption (Curve25519-flavored sibling of @webbuf/aesgcm-p256dh-mlkem) for the web, node.js, deno, and bun. |
MIT |
2
greenflagged
/ 2 total
|
|
@webbuf/blake3
|
Rust/wasm optimized blake3 hash & mac for the web, node.js, deno, and bun. |
MIT |
10
greenflagged
/ 22 total
|
|
@webbuf/ed25519
|
Rust/wasm Ed25519 PureEdDSA (RFC 8032) for the web, node.js, deno, and bun. |
MIT |
2
greenflagged
/ 2 total
|
|
@webbuf/fixedbuf
|
Fixed-sized buffers optimized with Rust/WASM for the web, node.js, deno, and bun. |
MIT |
10
greenflagged
/ 23 total
|
|
@webbuf/mldsa
|
Rust/wasm ML-DSA (FIPS 204) post-quantum digital signatures for the web, node.js, deno, and bun. |
MIT |
3
greenflagged
/ 3 total
|
|
@webbuf/mlkem
|
Rust/wasm ML-KEM (FIPS 203) post-quantum key encapsulation for the web, node.js, deno, and bun. |
MIT |
3
greenflagged
/ 3 total
|
|
@webbuf/numbers
|
Fixed-sized numbers (unsigned, signed, float) optimized with Rust/WASM for the web, node.js, deno, and bun. |
MIT |
10
greenflagged
/ 22 total
|
|
@webbuf/p256
|
Rust/wasm optimized P-256 (NIST) ECDSA and Diffie-Hellman for the web, node.js, deno, and bun. |
MIT |
5
greenflagged
/ 5 total
|
|
@webbuf/pbkdf2-sha256
|
Rust/wasm optimized PBKDF2-HMAC-SHA256 password-based key derivation for the web, node.js, deno, and bun. |
MIT |
5
greenflagged
/ 5 total
|
|
@webbuf/ripemd160
|
Rust/wasm optimized ripemd160 hash & mac for the web, node.js, deno, and bun. |
MIT |
10
greenflagged
/ 10 total
|
|
@webbuf/rw
|
Read and write buffers, optimized with Rust/WASM for the web, node.js, deno, and bun. |
MIT |
9
greenflagged
/ 20 total
|
|
@webbuf/secp256k1
|
Rust/wasm optimized secp256k1 ecdsa and Diffie-Hellman for the web, node.js, deno, and bun. |
MIT |
9
greenflagged
/ 21 total
|
|
@webbuf/sha256
|
Rust/wasm optimized SHA-256 hash & HMAC-SHA256 for the web, node.js, deno, and bun. |
MIT |
8
greenflagged
/ 8 total
|
|
@webbuf/sig-ed25519-mldsa
|
Composite Ed25519 + ML-DSA-65 signatures (OpenPGP-style hybrid: classical + post-quantum) for the web, node.js, deno, and bun. |
MIT |
2
greenflagged
/ 2 total
|
|
@webbuf/slhdsa
|
Rust/wasm SLH-DSA (FIPS 205) post-quantum hash-based digital signatures for the web, node.js, deno, and bun. |
MIT |
3
greenflagged
/ 3 total
|
|
@webbuf/webbuf
|
Rust/WASM optimized buffers for the web, node.js, deno, and bun. |
MIT |
10
greenflagged
/ 24 total
|
|
@webbuf/x25519
|
Rust/wasm X25519 ECDH (RFC 7748) for the web, node.js, deno, and bun. |
MIT |
2
greenflagged
/ 2 total
|