bugfix in encryption key computing, added new feature: derived public keys

This commit is contained in:
TLINDEN
2013-11-02 10:55:25 +01:00
parent 58a3bca8d7
commit 2c4b904165
2 changed files with 57 additions and 0 deletions

3
tests/jot Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/perl
my $rounds = shift;
foreach (0 .. $rounds) {print "$_\n";}