aboutsummaryrefslogtreecommitdiff
path: root/src/Specific/NISTP256/AMD64/p256.h
blob: 4cf271dfd15d790699a3eed7186f4a79bcc162b1 (plain)
1
2
3
4
5
#include <stdint.h>
void p256_jacobian_add_affine(
    uint64_t P3[12],
    uint64_t P1[12],
    uint64_t P2[8]);