martinwaite
martinwaite
The sub-packages are a bit of a nuisance when you fork the code. In my fork, I have to change import statements from " github.com/capitalone/fpe/fpeUtils" to "github.com/martinwaite/fpe/fpeUtils" - and then...
@anitgandhi - I have integrated your Travis changes and made sure my additions pass the lint checks. I have removed 2 to-do tasks: eliminating the temporary array in DecodeNum would...
Another take on this is not get involved in the alphabet at all. Instead, define fpe encrypt as a function that takes an array of uint16 - so supporting radix...