Hi Niels, I have sent a new version of ecc-sm2 realization patch cause that I'm not sure which git repository should I commit (gitlab or github?). I have tried the ecc_mod_inv and it works well in FP. Where should I commit my patch? The access request to fork in Nettle / nettle * GitLab (liu.se)https://git.lysator.liu.se/nettle/nettle was denied. Best regards
"zhongxuan (A)" zhongxuan2@huawei.com writes:
Where should I commit my patch? The access request to fork in Nettle / nettle * GitLab (liu.se)https://git.lysator.liu.se/nettle/nettle was denied.
Hi, I think you asked for "developer access" in the Nettle repo, which would allow you to push any changes you like to the repository. You can't have that, but unfortunately, I couldn't add any explanatory message when pushing the deny button in gitlab.
The usual way to contribute code in gitlab (as well as on github), is that you make your own "fork" of the repository, where you have full permissions. You commit your changes to a branch in that fork, and then create a merge request asking for changes to be merged into the original repo.
See https://docs.gitlab.com/ee/user/project/repository/forking_workflow.html on how to create a fork from the gitlab ui.
When you work with git locally, you can have both your own "fork" repo and the original repo as git "remotes".
And if gitlab doesn't work out for you, you could also send the updated patch to this list.
Best regards, /Niels
nettle-bugs@lists.lysator.liu.se