-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpubspec.yaml
More file actions
24 lines (21 loc) · 754 Bytes
/
Copy pathpubspec.yaml
File metadata and controls
24 lines (21 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name: pqcrypto
description: Pure Dart post-quantum cryptography. Zero dependencies. ML-KEM, ML-DSA, and SLH-DSA with checked-in NIST vector evidence.
version: 0.4.1
homepage: https://turkananation.github.io/pqcrypto/
repository: https://github.com/turkananation/pqcrypto
documentation: https://turkananation.github.io/pqcrypto/
issue_tracker: https://github.com/turkananation/pqcrypto/issues
topics:
- cryptography
- post-quantum
- security
- dart
- flutter
environment:
sdk: ^3.10.0
# No third-party runtime dependencies: pqcrypto is pure Dart and fully
# self-contained. FIPS 202 (SHA-3/SHAKE) is vendored in
# lib/src/common/keccak.dart; the public API depends only on dart:typed_data.
dev_dependencies:
lints: ^6.0.0
test: ^1.25.6