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
Consider curve like secp256k1. Someone wants to have the same curve with all params, but only replace hash and randomBytes. Currently the person needs to write the whole code at once.
Better method is to have .cloneAndReplace() method that could accept params to adjust.
The text was updated successfully, but these errors were encountered:
Consider curve like secp256k1. Someone wants to have the same curve with all params, but only replace hash and randomBytes. Currently the person needs to write the whole code at once.
Better method is to have .cloneAndReplace() method that could accept params to adjust.
The text was updated successfully, but these errors were encountered: