Select Git revision
aes-decrypt.c
Forked from
Nettle / nettle
Source project has a limited visibility.
-
Niels Möller authored
previously commented out. * aes-encrypt-table.c (_aes_encrypt_table): Likewise. Rev: src/nettle/aes-decrypt.c:1.8 Rev: src/nettle/aes-encrypt-table.c:1.6
Niels Möller authoredpreviously commented out. * aes-encrypt-table.c (_aes_encrypt_table): Likewise. Rev: src/nettle/aes-decrypt.c:1.8 Rev: src/nettle/aes-encrypt-table.c:1.6
__builtin_dirnode.pmod 245 B
#pike __REAL_VERSION__
#pragma strict_types
mapping(string:mixed) cache=([]);
mixed `[](string s)
{
if(!zero_type(cache[s])) return cache[s];
mixed tmp=_static_modules[s];
if(programp(tmp)) tmp=([program]tmp)();
return cache[s]=tmp;
}