~ubuntu-branches/ubuntu/precise/arj/precise-security

« back to all changes in this revision

Viewing changes to gost_t.h

  • Committer: Bazaar Package Importer
  • Author(s): Guillem Jover
  • Date: 2004-06-27 08:07:09 UTC
  • Revision ID: james.westby@ubuntu.com-20040627080709-1gkxm72ex66gkwe4
Tags: upstream-3.10.21
ImportĀ upstreamĀ versionĀ 3.10.21

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 * $Id: gost_t.h,v 1.1.1.1 2002/03/28 00:03:01 andrew_belov Exp $
 
3
 * ---------------------------------------------------------------------------
 
4
 * This file contains declarations of GOST seed/pattern storage areas.
 
5
 *
 
6
 */
 
7
 
 
8
#ifndef GOST_T_INCLUDED
 
9
#define GOST_T_INCLUDED
 
10
 
 
11
/* Data structures */
 
12
 
 
13
extern unsigned char FARDATA seed[8][16];
 
14
extern unsigned char FARDATA pattern[4][256];
 
15
 
 
16
#endif