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

  • 59e02e5
  • /
  • providers
  • /
  • implementations
  • /
  • macs
  • /
  • 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:35db66bf23bdd3bf5219fb89e658c1136fd7393d
directory badge Iframe embedding
swh:1:dir:d516d191568899de7332b97b5f9e6c357b02d10e
build.info
# We make separate GOAL variables for each algorithm, to make it easy to
# switch each to the Legacy provider when needed.

$GMAC_GOAL=../../libdefault.a ../../libfips.a
$HMAC_GOAL=../../libdefault.a ../../libfips.a
$KMAC_GOAL=../../libdefault.a ../../libfips.a
$CMAC_GOAL=../../libdefault.a ../../libfips.a
$BLAKE2_GOAL=../../libdefault.a
$SIPHASH_GOAL=../../libdefault.a
$POLY1305_GOAL=../../libdefault.a

SOURCE[$GMAC_GOAL]=gmac_prov.c
SOURCE[$HMAC_GOAL]=hmac_prov.c
SOURCE[$KMAC_GOAL]=kmac_prov.c

IF[{- !$disabled{cmac} -}]
  SOURCE[$CMAC_GOAL]=cmac_prov.c
ENDIF

IF[{- !$disabled{blake2} -}]
  SOURCE[$BLAKE2_GOAL]=blake2b_mac.c blake2s_mac.c
ENDIF

IF[{- !$disabled{siphash} -}]
  SOURCE[$SIPHASH_GOAL]=siphash_prov.c
ENDIF

IF[{- !$disabled{poly1305} -}]
  SOURCE[$POLY1305_GOAL]=poly1305_prov.c
ENDIF

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

back to top