X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Common%2Frt%20api%2Fdes_enc.c;fp=Common%2Frt%20api%2Fdes_enc.c;h=f2c99b7d64d086728dd5664180f4b12ac1616c31;hb=2fc61ff60954ebd5d560acfe3dc9653064ce40b5;hp=8364c746d775e2b941059003f15df63b879a0dd2;hpb=51f2d2480b70dd89585c0278d68da05ce14f0c8d;p=freerainbowtables diff --git a/Common/rt api/des_enc.c b/Common/rt api/des_enc.c index 8364c74..f2c99b7 100644 --- a/Common/rt api/des_enc.c +++ b/Common/rt api/des_enc.c @@ -63,6 +63,8 @@ //#include "spr.h" extern const DES_LONG des_SPtrans[8][64]; + + void des_encrypt1(DES_LONG *data, des_key_schedule ks, int enc) { register DES_LONG l,r,t,u;