Add support for adler32 checksuming.
* grub-core/lib/adler32.c: New file. * Makefile.util.def (library): Add grub-core/lib/adler32.c to common. * util/import_gcry.py (cryptolist): Add adler32.
This commit is contained in:
parent
b3e9c48799
commit
9a8d32a24f
5 changed files with 168 additions and 0 deletions
|
@ -81,6 +81,8 @@ cryptolist.write ("AES-128: gcry_rijndael\n");
|
|||
cryptolist.write ("AES-192: gcry_rijndael\n");
|
||||
cryptolist.write ("AES-256: gcry_rijndael\n");
|
||||
|
||||
cryptolist.write ("ADLER32: adler32\n");
|
||||
|
||||
for cipher_file in cipher_files:
|
||||
infile = os.path.join (cipher_dir_in, cipher_file)
|
||||
outfile = os.path.join (cipher_dir_out, cipher_file)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue