Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • wip/pacbti2
  • wip/dueno/pacbti
  • wip/dueno/deterministic-ecdsa
  • wip/dueno/kyber2
  • wip/dueno/shake-streaming-update
  • wip/dueno/shake-streaming
  • master-updates
  • release-3.7-fixes
  • fix-chacha-counter
  • arm64
  • delete-1-way-neon
  • fat-build-by-default
  • ppc-chacha-4core
  • delete-internal-name-mangling
  • ppc-gcm
  • ppc-chacha-2core
  • refactor-ecc-mod
  • ppc-chacha-core
  • use-mpn_cnd-functions
  • nettle_3.7.2_release_20210321
  • nettle_3.7.1_release_20210217
  • nettle_3.7_release_20210104
  • nettle_3.7rc1
  • nettle_3.6_release_20200429
  • nettle_3.6rc3
  • nettle_3.6rc2
  • nettle_3.6rc1
  • nettle_3.5.1_release_20190627
  • nettle_3.5_release_20190626
  • nettle_3.5rc1
  • nettle_3.4.1_release_20181204
  • nettle_3.4.1rc1
  • nettle_3.4_release_20171119
  • nettle_3.4rc2
  • nettle_3.4rc1
  • nettle_3.3_release_20161001
  • nettle_3.2_release_20160128
  • nettle_3.1.1_release_20150424
  • nettle_3.1_release_20150407
40 results

curve448-dh-test.c

Forked from Nettle / nettle
4467 commits behind the upstream repository.
  • Daiki Ueno's avatar
    389c787e
    Implement Curve448 primitives · 389c787e
    Daiki Ueno authored and Niels Möller's avatar Niels Möller committed
    This patch adds the necessary primitives for "curve448", defined in
    RFC 7748.  Those primitives are namely: addition, doubling, scalar
    multiplication of the generator or an arbitrary point, inversion, and
    square root.
    389c787e
    History
    Implement Curve448 primitives
    Daiki Ueno authored and Niels Möller's avatar Niels Möller committed
    This patch adds the necessary primitives for "curve448", defined in
    RFC 7748.  Those primitives are namely: addition, doubling, scalar
    multiplication of the generator or an arbitrary point, inversion, and
    square root.