Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: add a few more base32/64 calculation corner cases #29847

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 29, 2024

  1. Add base32 and base64 roundtrip random padding tests

    The new randomized roundtrips for base32 and base64 encoding make sure encoding and decoding are symmetric.
    Note that if we omit the padding in EncodeBase32 we won't be able to decode it with DecodeBase32.
    Added dedicated padding tests to hardcode the failure behavior.
    paplorinc committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5323c2c View commit details
    Browse the repository at this point in the history