Select Git revision
Forked from
Nettle / nettle
Source project has a limited visibility.
-
Niels Möller authored
non-static. Use the READ_UINT32 and WRITE_UINT32 macros from lsh_types.h. Rev: src/symmetric/include/sha.h:1.4 Rev: src/symmetric/sha.c:1.5
Niels Möller authorednon-static. Use the READ_UINT32 and WRITE_UINT32 macros from lsh_types.h. Rev: src/symmetric/include/sha.h:1.4 Rev: src/symmetric/sha.c:1.5
Crypto.pmod 246 B
/* Crypto.pmod
*
*/
//inherit _Crypto;
mixed `[](string name)
{
// return (::`[](name) || ((program) ("Crypto/" + name)));
return (_Crypto[name]
|| ((program) ("Crypto/" + name))
|| ((object) ("Crypto/" + name + ".pmod")));
}