You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description of change
resolves#63
port of iotaledger/iota#11258
## Links to any relevant issues
Port of iotaledger/iota#10411 by @davidgvf.
Applied manually on a fresh branch to resolve import conflicts
introduced
by iotaledger/iota#10445 (removal of deprecated `fromB64`/`toB64`
aliases).
No functional changes from the original — only the import names were
updated to `fromBase64`/`toBase64`.
---------
Co-authored-by: davidgvf <davidgvf@users.noreply.github.com>
Co-authored-by: Keito <64607484+KeitoTadashi@users.noreply.github.com>
Co-authored-by: JCNoguera <88061365+VmMad@users.noreply.github.com>
Add `normalizePasskeyPublicKey` utility and update `PasskeyPublicKey` to accept DER SPKI (91-byte), uncompressed (65-byte), and raw XY (64-byte) passkey public key formats in addition to the standard compressed (33-byte) format.
0 commit comments