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.
Files changed (2) hide show
  1. package/README.md +4 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -5,15 +5,12 @@
5
5
  [![types](https://img.shields.io/badge/types-.d.ts-blue.svg)](#)
6
6
  [![license](https://img.shields.io/badge/license-MIT-green.svg)](#)
7
7
 
8
- **What is it?** Minimal, 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
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
- - X25519 + SHA-512 suite
13
- - IR/OC modes, AD handling (ada/adb)
14
- - Deterministic audit events (`AUDIT_CODES`)
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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cpace-ts",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "CPace for TypeScript",
5
5
  "repository": {
6
6
  "type": "git",