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

  • 44898a0
  • /
  • 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:07c40d354bddb7964badc2689431f8f91945903c
directory badge Iframe embedding
swh:1:dir:b56a2b5ee7cd463d4a280c96d52b069d3fd8ad51
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=../../libimplementations.a
$HMAC_GOAL=../../libimplementations.a
$KMAC_GOAL=../../libimplementations.a
$CMAC_GOAL=../../libimplementations.a
$BLAKE2_GOAL=../../libimplementations.a
$SIPHASH_GOAL=../../libimplementations.a
$POLY1305_GOAL=../../libimplementations.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

$GOAL=../../libimplementations.a

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