nostros icon indicating copy to clipboard operation
nostros copied to clipboard

Validate event on the Java daemon

Open KoalaSat opened this issue 2 years ago • 0 comments

Right now the validation of incoming event occurs in JS, but this makes the process slower, would be great to implement the validation of signatures with Java, when the event is validated https://github.com/KoalaSat/nostros/blob/main/android/app/src/main/java/com/nostros/classes/Event.java#L59

I tried importing some libraries with no great success

KoalaSat avatar Jan 02 '23 21:01 KoalaSat