Kim O'Sullivan
Kim O'Sullivan
The [Google Java Style Guide](https://google.github.io/styleguide/javaguide.html#s4.8.3-arrays) specifies that arrays may be formatted in a block-like fashion, however google-java-format clobbers this to one line per element. For example, the following: ``` protected...
SM/VCI/Pairing Code is the next feature to be added and there are a couple of remaining implementation details that I could use some feedback on. The first point is that...
At present, pre-personalisation can occur post-issuance. In some scenarios it is desirable to lock this down so that the applet filesystem is defined once and then locked: Suggestion: 1) Support...
Thanks for this simple and excellent tool! I often use it for manually checking cryptographic test vectors in algorithm development and often when dealing with complicated hex input structure, I...