--- Crypt-Spritz/Spritz.pm 2015/01/11 05:06:13 1.10 +++ Crypt-Spritz/Spritz.pm 2015/06/30 00:46:35 1.12 @@ -82,7 +82,7 @@ use XSLoader; -$VERSION = 0.2; +$VERSION = '1.0'; XSLoader::load __PACKAGE__, $VERSION; @@ -661,7 +661,15 @@ hardware, for comparison, AES will be more like 200MB/s). For key setup, ivs, hashing, nonces and so on, Spritz is very slow (about -5MB/s on 2014 era hardware, which does 200MB/s with SHA-256). +5MB/s on 2014 era hardware, which does SHA-256 at about 200MB/s). + + +=head1 SUPPORT FOR THE PERL MULTICORE SPECIFICATION + +This module supports the perl multicore specification +(L) for all encryption/decryption +(non-aead > 4000 octets, aead > 400 octets), hashing/absorbing (> 400 +octets) and squeezing/prng (> 4000 octets) functions. =head1 SEE ALSO