head	1.2;
access;
symbols
	openssl_0_9_4:1.1.1.1
	kth_0_1:1.1.1.1
	EAY:1.1.1;
locks; strict;
comment	@# @;


1.2
date	2000.02.24.19.34.04;	author markm;	state dead;
branches;
next	1.1;

1.1
date	99.09.01.19.59.23;	author markm;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	99.09.01.19.59.23;	author markm;	state Exp;
branches;
next	;


desc
@@


1.2
log
@RIP libdes. All hail libcrypto!
@
text
@#!/usr/local/bin/perl

@@PC1=(  57,49,41,33,25,17, 9,
	 1,58,50,42,34,26,18,
	10, 2,59,51,43,35,27,
	19,11, 3,60,52,44,36,
	"-","-","-","-",
	63,55,47,39,31,23,15,
	 7,62,54,46,38,30,22,
	14, 6,61,53,45,37,29,
	21,13, 5,28,20,12, 4,
	"-","-","-","-",
	);

foreach (@@PC1)
	{
	if ($_ ne "-")
		{
		$_--;
		$_=int($_/8)*8+7-($_%8);
		printf "%2d  ",$_;
		}
	else
		{ print "--  "; }
	print "\n" if (((++$i) % 8) == 0);
	print "\n" if ((($i) % 32) == 0);
	}

@


1.1
log
@Initial revision
@
text
@@


1.1.1.1
log
@Drat. Import this into the right place. Pass me the pointy hat.
@
text
@@
