Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SystemChecker methods should return more organized data #23

Closed
firaja opened this issue Feb 3, 2021 · 0 comments
Closed

SystemChecker methods should return more organized data #23

firaja opened this issue Feb 3, 2021 · 0 comments

Comments

@firaja
Copy link
Member

firaja commented Feb 3, 2021

Each method of SystemChecker class returns an int, but for algorithm like Argon2 there is the need to return both the number of iterations and memory, since memory must be lowered if the minimum execution time required cannot be met.See Section 9

It could return a prototype of the function.

Result result = SystemCheker.find...(...)

result.getPrototype() // instance of AbstractHashingFunction
result.getElapsed() // this may be not equal to the desired minimum computational time
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant