代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/126641/6015535
pod rsa_size.pod
=pod
=head1 NAME
RSA_size - get RSA modulus size
=head1 SYNOPSIS
#include
int RSA_size(const RSA *rsa);
=head1 DESCRIPTION
This function returns the RSA modulus size in bytes.
www.eeworm.com/read/101042/6259043
pod rsa_size.pod
=pod
=head1 NAME
RSA_size - get RSA modulus size
=head1 SYNOPSIS
#include
int RSA_size(RSA *rsa);
=head1 DESCRIPTION
This function returns the RSA modulus size in bytes. It ca
www.eeworm.com/read/492302/6421123
c pkcs_1_i2osp.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/487309/6518994
m hertzmind.m
function [k,g,phi,c]=hertzmind(kmin,gmin,pres,phi,c)
%HERTZMIND Hertz-Mindlin model (moduli)
%calculates bulk and shear moduli of dry sphere packs under hydrostatic
%pressure condition using Hertz-Mi
www.eeworm.com/read/482138/6628391
h mcudriver.h
#ifndef _MCUDRIVER_H
#define _MCUDRIVER_H
// include header file
#include /* common defines and macros */
#include /* derivative information */
#defin
www.eeworm.com/read/482138/6628442
h mcudriver.h
#ifndef _MCUDRIVER_H
#define _MCUDRIVER_H
// include header file
#include /* common defines and macros */
#include /* derivative information */
#defin
www.eeworm.com/read/477671/6730544
h generators.h
//: C08:Generators.h
// From "Thinking in C++, 2nd Edition, Volume 2"
// by Bruce Eckel & Chuck Allison, (c) 2001 MindView, Inc.
// Available at www.BruceEckel.com.
// Different ways to fill seque
www.eeworm.com/read/157666/11674431
c pkcs_1_i2osp.c
/* LibTomCrypt, modular cryptographic library -- Tom St Denis
*
* LibTomCrypt is a library that provides various cryptographic
* algorithms in a highly modular and flexible manner.
*
* The librar
www.eeworm.com/read/156908/11752994
cpp zzn.cpp
/*
* MIRACL C++ functions zzn.cpp
*
* AUTHOR : M. Scott
*
* PURPOSE : Implementation of class ZZn functions using Montgomery
* representation
www.eeworm.com/read/156908/11753242
h poly2mod.h
/*
* C++ class to implement a polynomial type and to allow
* arithmetic on polynomials whose elements are from
* the finite field GF(2^m).
*
* WARNING: This class has been cobbled together