|
|
|
|
|
by mskd12
2485 days ago
|
|
One of the authors of the work here. 1. Thank you for your comments. The project is an early-stage research prototype, and we are soon going to add documentation and tests to the code. 2. In fact, not all functions in the API are fully implemented, the development is under process. At a high level, the functionality provided is to store and retrieve a secret key (SK). The function is denoted optional because in practice, the secret might not be inputted, instead it might be generated randomly. 3, 4. We appreciate the comments. At this point, we’re still adding more features and improving the documentation. We plan to release the code with tests in the future. PS: Just added a disclaimer stating that the code is under development! |
|
One of the challenges you are facing is that people consume software illogically based on marketing and popularity rather than code review and fit.
Making sure to market and disclaim that this is a research implementation and should not be used in production is important, especially in cryptography where most people are novices and wouldn’t be qualified to review the code either way.