Skip to content

Constant-time decoding #130

@silverpill

Description

@silverpill

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions