Adrian

Results 3 issues of Adrian

An extension to generate g-code from compositions, best used in a live coding environment. The intended use is for a pen plotter, but code to drive a laser cutter or...

enhancement
question

- Replace verifySignature with tryVerifySignature. - Replace encodeTo with encodeToByteArray - Replace decodeFrom with decodeFromByteArray - Change key size argument from SymmetricKeySize.B256 to Key.Size.B256 - Add required format argument to...

I was getting a NullPointerException when calling `deriveSecret` on a `pbkdf2` secret derivation in an unsecure browser context in wasmJs. Expectation would have been a meaning full error message that...