cpace-ts 0.1.3 → 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,15 +5,12 @@
|
|
|
5
5
|
[](#)
|
|
6
6
|
[](#)
|
|
7
7
|
|
|
8
|
-
|
|
9
|
-
**Why?** Clean API, strict validation, audit hooks, test-driven.
|
|
8
|
+
Audit-friendly implementation in strict accordance with version **18** of the [IETF draft](https://datatracker.ietf.org/doc/draft-irtf-cfrg-cpace/) CPace for TS
|
|
10
9
|
|
|
11
10
|
## Features
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
15
|
-
- ✅ Strict input validation, zeroization of secrets
|
|
16
|
-
- ✅ Unit + integration tests
|
|
11
|
+
- X25519 + SHA-512 suite
|
|
12
|
+
- Audit events
|
|
13
|
+
- Unit + integration tests
|
|
17
14
|
|
|
18
15
|
## Install
|
|
19
16
|
```bash
|