155714Skrispackage DES;
255714Skris
355714Skrisrequire Exporter;
455714Skrisrequire DynaLoader;
555714Skris@ISA = qw(Exporter DynaLoader);
655714Skris# Items to export into callers namespace by default
755714Skris# (move infrequently used names to @EXPORT_OK below)
855714Skris@EXPORT = qw(
955714Skris);
1055714Skris# Other items we are prepared to export if requested
1155714Skris@EXPORT_OK = qw(
1255714Skriscrypt
1355714Skris);
1455714Skris
1555714Skris# Preloaded methods go here.  Autoload methods go after __END__, and are
1655714Skris# processed by the autosplit program.
1755714Skrisbootstrap DES;
1855714Skris1;
1955714Skris__END__
20