diff options
| author | Pawel Zelawski <pawel.zelawski@outlook.com> | 2026-01-23 12:29:59 +0100 |
|---|---|---|
| committer | Pawel Zelawski <pawel.zelawski@outlook.com> | 2026-01-23 12:29:59 +0100 |
| commit | aee3b086b739c7256c33a8a8ddcf50fa96188cd0 (patch) | |
| tree | a3247f853c830d0dce9469ca44b38cdd239ac03f /package.json | |
| parent | 611089aa50e1d7301fa66de1aa205c398862634e (diff) | |
- Fixed signature verification by correcting message hash calculation
- Removed extra length byte before DigiBytes message prefix
- Enhanced public key recovery with all 4 recovery IDs
- Resolved all security vulnerabilities (removed elliptic dependency)
- All tests passing
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 9c40acd..6522191 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digiid-ts", - "version": "2.0.1-beta.2", + "version": "2.0.1", "description": "A modern TypeScript implementation of the DigiID authentication protocol.", "main": "dist/digiid-ts.umd.js", "module": "dist/digiid-ts.es.js", |
