Kenneth Leine Schulstad
Kenneth Leine Schulstad
@747project I had issues with using the 1.7.0 tag on M1/ARM64. Got it to build by removing the tag, like so: `tink = { git = "https://github.com/google/tink", subdirectory = "python"...
If the alphabets will be aligned across of languages, what would be the preferred definition of the base62 alphabet? `digits+uppercase+lowercase` or `digits+lowercase+uppercase`? Using the ordinal value from the ascii table...
Based on the NIST test vectors, and for compliancy with the other Mysto- FPE implementations, it seems that the safest bet is to go with a digits+lowercase+uppercase alphabet as default...
Totally agree with this approach 👍