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

  • 4e48cae
  • /
  • providers
  • /
  • implementations
  • /
  • exchange
  • /
  • build.info
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:3c1e5c58f1e3f485dc72ddcbcf29431af0611df4
directory badge Iframe embedding
swh:1:dir:923194e8b7986e6d52f4797e3704538068aa622f
build.info
# We make separate GOAL variables for each algorithm, to make it easy to
# switch each to the Legacy provider when needed.

$DH_GOAL=../../libdefault.a ../../libfips.a
$ECDH_GOAL=../../libdefault.a ../../libfips.a
$ECX_GOAL=../../libdefault.a ../../libfips.a
$KDF_GOAL=../../libdefault.a ../../libfips.a

IF[{- !$disabled{dh} -}]
  SOURCE[$DH_GOAL]=dh_exch.c
ENDIF

IF[{- !$disabled{asm} -}]
  $ECDEF_s390x=S390X_EC_ASM

  # Now that we have defined all the arch specific variables, use the
  # appropriate one, and define the appropriate macros
  IF[$ECASM_{- $target{asm_arch} -}]
    $ECDEF=$ECDEF_{- $target{asm_arch} -}
  ENDIF
ENDIF

IF[{- !$disabled{ec} -}]
  SOURCE[$ECX_GOAL]=ecx_exch.c
  DEFINE[$ECX_GOAL]=$ECDEF
  SOURCE[$ECDH_GOAL]=ecdh_exch.c
ENDIF

SOURCE[$KDF_GOAL]=kdf_exch.c

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

back to top