代码搜索结果
找到约 10,000 项符合
N 的代码
c14n.h
/*
* Summary: Provide Canonical XML and Exclusive XML Canonicalization
* Description: the c14n modules provides a
*
* "Canonical XML" implementation
* http://www.w3.org/TR/xml-c14n
*
*
testc14n.c
/*
* Canonical XML implementation test program
* (http://www.w3.org/TR/2001/REC-xml-c14n-20010315)
*
* See Copyright for the status of this software.
*
* Author: Aleksey Sanin
acyc_p2n
#
limit cputime 1200
../bin/spacyc 16384 262144 461 -lm0 -ll10000 | ../bin/$1 > ../results/$1.$0
../bin/spacyc 16384 262144 463 -lm0 -ll10000 | ../bin/$1 >>../results/$1.$0
../bin/spacyc 16384 2
ec2n.cpp
// ec2n.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "ec2n.h"
#include "asn.h"
#include "nbtheory.h" // for primeTable
#include "algebra.cpp"
#include "
ec2n.h
#ifndef CRYPTOPP_EC2N_H
#define CRYPTOPP_EC2N_H
#include "gf2n.h"
#include "eprecomp.h"
#include "smartptr.h"
NAMESPACE_BEGIN(CryptoPP)
struct EC2NPoint
{
EC2NPoint() : identity(true) {
gf2n.cpp
// gf2n.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
#include "gf2n.h"
#include "algebra.h"
#include "words.h"
#include
#include "algebra.cpp"
NA