Seechay

Results 7 comments of Seechay

The way I fixed this was by manually editing the flower-card.js in config/www/community/lovelace-flower-card/flower-card.js and renaming the two instances of "/local" to "/hacsfiles". You also need to delete the existing flower-card.js.gz...

Hello! Is this still being worked on? I haven't seen any comments lately about it, so not sure if it was forgotten about or is being silently worked on.

Are you referring to this section of the code? ``` var APP_ID = 'amzn1.echo-sdk-ams.app.xxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx'; //replace with your amazon app ID var appToken = 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx'; //replace with your LIFX app token...

I've made my own jacobian function, but my public key is considered invalid and signature verification fails. Is the vli_mmod_fast_secp256r1 specific to that curve, or would that work on any...

Is there anything else I'd need to implement specifically for the brainpool curves? On Jun 5, 2016 9:33 PM, "Ken MacKay" [email protected] wrote: > Yes, vli_mmod_fast_secp256r1() is specific to that...

Is there a specific algorithm you recommend implementing that would work with this? I don't see anything similar to the nist routine publications for brainpool. Is there any general ECC...

Ahh! That worked beautifully. You are right, it is a tad slow. It will do what I need though. If I'd like to implement a faster mod function, do you...