--- Crypt-Spritz/Spritz.pm 2015/01/11 05:16:14 1.11 +++ 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; @@ -664,6 +664,14 @@ 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 L.