We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To work on this issue: git clone -b tls-dev-ecc [email protected]:cagstech/lwip-ce.git Location: src/tls/ciphers/secp256r1.asm
git clone -b tls-dev-ecc [email protected]:cagstech/lwip-ce.git
src/tls/ciphers/secp256r1.asm
256-bit long Galois prime field arithmetic. Little endian byte order, if more efficient. Most likely will need to be in assembly for speed.
secp256r1(base_point, vector)
When done, submit a pull request to tls branch, not to master.
tls
master
The text was updated successfully, but these errors were encountered:
When branches are created from issues, their pull requests are automatically linked.
To work on this issue:
git clone -b tls-dev-ecc [email protected]:cagstech/lwip-ce.git
Location:
src/tls/ciphers/secp256r1.asm
256-bit long Galois prime field arithmetic.
Little endian byte order, if more efficient.
Most likely will need to be in assembly for speed.
secp256r1(base_point, vector)
When done, submit a pull request to
tls
branch, not tomaster
.The text was updated successfully, but these errors were encountered: