Skip to main content
  • Home
  • login
  • Browse the archive

    swh mirror partner logo
swh logo
SoftwareHeritage
Software
Heritage
Mirror
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

  • 8d93d5e
  • /
  • crypto
  • /
  • include
  • /
  • internal
  • /
  • bn_dh.h
Raw File
Permalinks

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • content
  • directory
content badge Iframe embedding
swh:1:cnt:3810514eef023da7679cbcedb7410cefb32256a5
directory badge Iframe embedding
swh:1:dir:97313aedd65b87cf973a3bf218e89501f7a39cce
bn_dh.h
#define declare_dh_bn(x) \
    const extern BIGNUM _bignum_dh##x##_p;              \
    const extern BIGNUM _bignum_dh##x##_g;              \
    const extern BIGNUM _bignum_dh##x##_q;

declare_dh_bn(1024_160)
declare_dh_bn(2048_224)
declare_dh_bn(2048_256)

ENEA — Copyright (C), ENEA. License: GNU AGPLv3+.
Legal notes  ::  JavaScript license information ::  Web API

back to top