Michael Fehr
Michael Fehr
What a pity that there is no complete example for running your very nice library on an Android device as your library makes working with EMV cards as easy as...
I'm trying to implement a string encryption using AES-256 in GCM mode with Lazysodium but the code fails and ```ls.cryptoAeadAES256GCMIsAvailable()``` return false. Running the (nearly) same code with ChaCha20Poly1305 gives...
**Describe the bug** I'm trying to read the CH4 gas concentration with a MQ-3 sensor using these values for 'setA' and 'setB': ``` MQ3.setA(2*10^31); MQ3.setB(19.01); float ch4 = MQ3.readSensor(); ```...