Jaromil

Results 146 issues of Jaromil

A new build target resulting in a static library build to be included by host applications should rewrite all function names to fit the specific plugin name and avoid namespace...

enhancement

Experimental build using emscripten to create WASM filters usable in Javascript This is just an experiment and implies also the implementation of a static library build that renames all functions....

enhancement

Make the repository [REUSE](https://reuse.software) compliant by specifying licensing of all plugins and running checks to make sure licensing of new plugins is specified.

automation

Include a test for fuzzing the input of plugins and loading them one-by-one with a test video source and changing every parameter with all possible values (perhaps also beyond the...

automation

Using [comment-pull-request](https://github.com/marketplace/actions/comment-pull-request) in combination with [changed-files](https://github.com/marketplace/actions/changed-files) and the `test/frei0r-info` utility we can automate the process of extracting data from the plugin and showing it new pull requests.

automation

FSP should hash the message itself into the MAC/ACK in order to grant its integrity. Also the probability of hash match (bytes of hash saved) should be configurable from zencode...

crypto

See https://medium.com/magicofc/the-magic-of-intels-sgx-how-to-hello-it-sec-world-fb0295d6c33b

enhancement
research
portability

Improve the introspection capabilities of Zenroom to list all statements, tokens and stats connected, as well cleanup the init to narrow down strictly necessary scenarios. At last implement Norvig's autocorrection...

We need more tools to analyse Zencode language tokens to help us develop Zencode as a concise and coherent language. For instance, stats about the most used and less used...

enhancement

Interesting to add sphincs+ for its unique non-lattice approach among other NIST finalists. Shake variants are the best. Approx size of sigs: ``` 128s is 8080 bytes 128f is 16976...