Skip to content

Need public variable minLen and maxLen #16

@frantz-las

Description

@frantz-las

As the minLen and MaxLen depends of the length of alphabet (radix), it need than either theses variables must be public or adding getMinLen / getMaxLen
It is important to test the good length in the program overlay like https://github.com/statisticsnorway/tink-fpe-java
to avoid
private static final int MIN_CHUNK_SIZE = 4;
private static final int MAX_CHUNK_SIZE = 30;
when the min and the max depends of radix

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