Skip to content

alias make decoding buggy #16

@calve

Description

@calve

Hi folks,

I noticed the following behaviour

> base32.decode(base32.encode("deadbeef111"))
< "d{adbe{f111"

which appers to be introduced by the alias behaviour. I nulled the aliases dictionnary to retablish the desired behaviour.

> base32.decode(base32.encode("deadbeef111"))
< "deadbeef111"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions