Business-EDI

 view release on metacpan or  search on metacpan

lib/Business/EDI/CodeList/CryptographicModeOfOperationCoded.pm  view on Meta::CPAN

    'TDEA mode of operation, Cipher Feedback Pipelined - 64 bit feedback, ANSI X9.52.' ],
'31' => [ 'TOFB',
    'TDEA mode of operation, Output Feedback Mode, ANSI X9.52.' ],
'32' => [ 'TOFB-P',
    'TDEA mode of operation, Output Feedback Mode Pipelined, ANSI X9.52.' ],
'33' => [ 'TCBCM',
    'TDEA mode of operation, Cipher Block Chaining with output feedback Masking, ANSI X9.52.' ],
'34' => [ 'TCBCM-I',
    'TDEA mode of operation, Cipher Block Chaining with output feedback Masking Interleaved, ANSI X9.52.' ],
'35' => [ 'TECB',
    'TDEA mode of operation, Electronic Cookbook Mode, ANSI X9.52.' ],
'36' => [ 'CTS',
    'RC5 mode of operation, Cipher Text Stealing, Published in RCF 2040.' ],
'ZZZ' => [ 'Mutually agreed',
    'Mutually agreed between trading partners.' ],
);
sub get_codes { return \%code_hash; }

1;



( run in 0.342 second using v1.01-cache-2.11-cpan-e9199f4ba4c )