Skip to content

Consider syncing crypto-square #312

@keiravillekode

Description

@keiravillekode

The current example implementation precedes the current canonical tests.

It fails if we attempt to add

        {
            auto theCipher = new Cipher("If man was meant to stay on the ground, god would have given us roots.");
            assert("imtgdvs fearwer mayoogo anouuio ntnnlvt wttddes aohghn  sseoau " == theCipher.normalize.cipherText());
        }

but would pass if we instead added

        {
            auto theCipher = new Cipher("If man was meant to stay on the ground, god would have given us roots.");
            assert("imtgdvs fearwer mayoogo anouuio ntnnlvt wttddes aohghn sseoau" == theCipher.normalize.cipherText());
        }

Currently the track does not implement the canonical tests with 0-length output.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions