-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
A constant-time decoding algorithm could be necessary when working with base58-encoded secret keys, because the use of variable time algorithm may make a system vulnerable to side-channel attacks.
For example, there is a constant-time implementation of base64, designed for encoding/decoding secret keys: https://docs.rs/base64ct/latest/base64ct/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels