Codebase list libcryptx-perl / v0.048
v0.048 Karel Miko 6 years ago
2 changed file(s) with 9 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
66 - DSA: generate_key($p, $q, $g), generate_key(\$dsa_params_der), generate_key($dsa_params_file)
77 - XS croaks should report the "real caller" (Crypt::Mac::*, Crypt::Mode::*, ...)
88 - maybe: add CCM interface for new-add-add-done mode
9 - maybe: switch yarrow > fortuna for Crypt::PK::*
109 - maybe: add encode_b32/decode_b32
1110
12 0.047_005 2017/04/25
11 0.048 2017/05/31
1312 - NEW: Crypt::Digest::SHA3_224
1413 - NEW: Crypt::Digest::SHA3_256
1514 - NEW: Crypt::Digest::SHA3_384
337337
338338 =head2 increment_octets_le
339339
340 I<Since: CryptX-0.048>
341
340342 $octects = increment_octets_le($octets);
341343
344 Take input C<$octets> as a little-endian big number and return an increment.
345
342346 =head2 increment_octets_be
343347
348 I<Since: CryptX-0.048>
349
344350 $octects = increment_octets_be($octets);
345351
352 Take input C<$octets> as a big-endian big number and return an increment.
353
346354 =head1 SEE ALSO
347355
348356 =over