diff options
| author | Pawel Zelawski <pawel.zelawski@outlook.com> | 2026-01-23 11:57:07 +0100 |
|---|---|---|
| committer | Pawel Zelawski <pawel.zelawski@outlook.com> | 2026-01-23 11:57:07 +0100 |
| commit | e7250d83ff2793c35c9627f8b5a7ee47057d2c9e (patch) | |
| tree | 3b70837ee746ec2046e17948fb7dc607d222ab1b /package.json | |
| parent | fbc80fe79ce823534a58197dd3173f29f81d6bcb (diff) | |
fix: correct bech32 address verification to use compressed public key
- Ensure compressed public key format for bech32 witness v0 addresses
- Convert uncompressed (65 bytes) to compressed (33 bytes) when needed
- Properly compute hash160 of compressed key for P2WPKH addresses
- Fixes signature verification for dgb1 (bech32) addresses
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 1edba61..1c618f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digiid-ts", - "version": "2.0.1-beta.0", + "version": "2.0.1-beta.1", "description": "A modern TypeScript implementation of the DigiID authentication protocol.", "main": "dist/digiid-ts.umd.js", "module": "dist/digiid-ts.es.js", |
