OpenCores
URL https://opencores.org/ocsvn/csa/csa/trunk

Subversion Repositories csa

[/] [csa/] [trunk/] [sw_sim/] [block_decypher.c] - Rev 16

Go to most recent revision | Compare with Previous | Blame | View Log

/* this file simulates the block_decypher function */
 
#include <stdio.h>
#include <string.h>
 
extern void block_decypher(int *kk, unsigned char *ib, unsigned char *bd);
 
int main()
{
        int           kk[57];
        unsigned char ib[8];
        unsigned char bd[8];
 
        return 0;
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.