Ye Zhang

Results 5 issues of Ye Zhang

Hi~, I'm planning to use this library as simple ecc library for other usage, but I didn't find any documention of the api. The link mentioned in readme.md doesn't refer...

when running the following command for profiling ``` cargo build --features timer ``` The error appears: ``` Package `marlin v0.1.0 (/home/zy/Desktop/github/marlin)` does not have these features: `timer` ``` How to...

T-documentation
P-high

Are the following applications mentioned in README.md and paper contained in the library? I didn't find it anywhere... - Authenticity of photos on three transformations (crop, rotation, blur); see [NT16]...

Hi Marius, I have some questions about your code in `main.cpp` under the `test` folder The function `test_multiexp()` has `_size` variable for setting different sizes, it works well using your...

Hi~, I'm researching on ECC encryption and I'm really wondering that will you add a "readme" or any doc to explain your architecture ? (like the brief function introduction of...