]> Dogcows Code - chaz/p5-File-KDBX/blobdiff - t/lib/TestCommon.pm
Make transform_rounds work with Argon KDF
[chaz/p5-File-KDBX] / t / lib / TestCommon.pm
index 33438d3f9538bd0e1e498d2c4e43fde8d75f6755..195b76ca8364251e38c219b4265be4d0bb7624a9 100644 (file)
@@ -80,6 +80,7 @@ sub ok_magic {
     ], $note // 'KDBX magic numbers are correct';
 }
 
+# Returns parameters for a fast KDF so that running tests isn't pointlessly slow.
 sub fast_kdf {
     my $uuid = shift // KDF_UUID_AES;
     my $params = {
This page took 0.01824 seconds and 4 git commands to generate.