Silur

Results 28 comments of Silur

ArchLinux 5.17.4-arch1-1 x86_64, tried with java 8 and 9 using `archlinux-java`

https://github.com/islog/liblogicalaccess support the DesFire EV2 I'm pretty sure we can learn stuff there

Any news on this? Without this issue being resolved, there is no way to actually program the EV2 chips without the intrusive licensing process by NXP.

Experiencing the same issue on `6.1.0`, but without webpack. No matter what I set the corresponding env var, it always uses the default value: ```javascript // config.js const config =...

no, I removed convict from my setup and use `process.env.MY_CONF_VAR || 'default value'` instead

I only got the JSON representation of the session object, even when my callback does not contain a decode function: ``` javascript session.on('packet', (rawPacket) => console.log('HEY I GOT SOMETHING'))); ```...

If there's any plan to implement other curves as well, then I'd go with the methodology seen at https://github.com/openssl/openssl/blob/master/test/ectest.c and don't make tests curve-specific.

same issue, many of the "supported" algos are missing from the actual build

Instead of selecting a common HMAC key in a concensus step, I'd advise to use VRFs. They are basically HMACS with assymetric keys, and they behave well as a RO....