~ubuntu-branches/ubuntu/intrepid/libcrypto++/intrepid

« back to all changes in this revision

Viewing changes to modexppc.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Pierre Machard
  • Date: 2004-08-27 12:35:05 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040827123505-7evgxiu7k8memiyk
Tags: 5.2.1a-1
* Urgency set to high because lastest upload was unclean
* Rename libcrypto++-5.2.1.orig.tar.gz in  libcrypto++-5.2.1a.orig.tar.gz

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
// modexppc.cpp - written and placed in the public domain by Wei Dai
2
2
 
3
3
#include "pch.h"
 
4
 
 
5
#ifndef CRYPTOPP_IMPORTS
 
6
 
4
7
#include "modexppc.h"
5
8
#include "asn.h"
6
9
 
7
 
#include "algebra.cpp"
8
 
#include "eprecomp.cpp"
9
 
 
10
10
NAMESPACE_BEGIN(CryptoPP)
11
11
 
12
 
template class DL_FixedBasePrecomputationImpl<Integer>;
13
 
 
14
12
/*
15
13
ModExpPrecomputation& ModExpPrecomputation::operator=(const ModExpPrecomputation &rhs)
16
14
{
78
76
*/
79
77
 
80
78
NAMESPACE_END
 
79
 
 
80
#endif