You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
crypto: Implement the load or generate pattern for keys
Add a function to implement the pattern used when generating key pairs:
try to load the keys from the file and generate new keys if the file is
not present. The new function can optionally check if the keys in the
provided file match the expected algorithm.
Signed-off-by: Anderson Toshiyuki Sasaki <[email protected]>
0 commit comments