update speck module

This commit is contained in:
Zhi Guan
2017-03-26 15:23:37 +08:00
parent 019924627e
commit 64cedcdf29
7 changed files with 45 additions and 9 deletions

View File

@@ -313,7 +313,7 @@ $config{sdirs} = [
"cms", "ts", "srp", "cmac", "ct", "async", "kdf",
"sm3", "sms4", "kdf2", "ecies", "ffx", "sm2", "paillier", "cpk", "otp", "gmapi", "ec2",
"bfibe", "bb1ibe", "sm9", "saf", "sdf", "skf", "sof", "zuc",
"serpent"
"serpent", "speck"
];
# Known TLS and DTLS protocols
@@ -434,6 +434,7 @@ my @disablables = (
"pkcs7",
"pkcs12",
"serpent",
"speck",
);
foreach my $proto ((@tls, @dtls))
{
@@ -477,6 +478,7 @@ our %disabled = ( # "what" => "comment"
"saf" => "default",
"sof" => "default",
"serpent" => "default",
# "speck" => "default",
);
# Note: => pair form used for aesthetics, not to truly make a hash table