代码搜索:modulus
找到约 3,028 项符合「modulus」的源代码
代码结果 3,028
www.eeworm.com/read/211389/15181122
c pkcs_1_v15_sa_encode.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/211389/15181125
c pkcs_1_v15_sa_decode.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/211389/15181127
c rsa_sign_hash.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/160163/10562289
c pkcs_1_v15_es_decode.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/211389/15181007
c pkcs_1_v15_es_decode.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/449171/7517342
m rsadec.m
function outp = rsadec(inp,key)
% RSADEC - rapidly decrypt a short message using RSA
%
% pt=rsadec(ct,key)
%
% ct = cyphertext (uint8 vector) created by RSAENC
% key = private or public key cre
www.eeworm.com/read/449171/7517343
m rsaenc.m
function outp = rsaenc(inp,key)
% RSAENC - rapidly encrypt a short message using RSA
%
% ct=rsaenc(pt,key)
%
% pt = plaintext message to encrypt (a vector of type char or uint8)
% up to t
www.eeworm.com/read/331439/12828798
m unit.m
function r = unit(a)
% UNIT quaternion. Divides a quaternion by its own modulus.
% The result is a quaternion with unit modulus.
% Copyright
www.eeworm.com/read/128604/5982580
java rsapublickeyspec.java
/* RSAPublicKeySpec.java --- RSA Public Key Specificaton class
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redist
www.eeworm.com/read/128604/5982592
java rsaprivatekeyspec.java
/* RSAPrivateKeySpec.java --- RSA Private Key Specificaton class
Copyright (C) 1999 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redi