Added cryp perimap.

This commit is contained in:
Caleb Garrett 2024-01-29 21:48:24 -05:00
parent c8a85a4925
commit d3663f608b

View File

@ -533,6 +533,9 @@ impl PeriMatcher {
(".*:HASH:hash1_v2_0", ("hash", "v2", "HASH")), (".*:HASH:hash1_v2_0", ("hash", "v2", "HASH")),
(".*:HASH:hash1_v2_2", ("hash", "v2", "HASH")), (".*:HASH:hash1_v2_2", ("hash", "v2", "HASH")),
(".*:HASH:hash1_v4_0", ("hash", "v3", "HASH")), (".*:HASH:hash1_v4_0", ("hash", "v3", "HASH")),
(".*:CRYP:cryp1_v1_0", ("cryp", "v1", "CRYP")),
(".*:CRYP:cryp1_v2_0", ("cryp", "v2", "CRYP")),
(".*:CRYP:cryp1_v2_2", ("cryp", "v2", "CRYP")),
]; ];
Self { Self {