代码搜索:Monty

找到约 773 项符合「Monty」的源代码

代码结果 773
www.eeworm.com/read/290293/8491349

c monty.c

/* Author: Pate Williams (c) 1997 Montgomery reduction. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al Section 14.3.2 pages 600 - 603. */ #include
www.eeworm.com/read/386996/8714131

c monty.c

/* Author: Pate Williams (c) 1997 Montgomery reduction. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al Section 14.3.2 pages 600 - 603. */ #include
www.eeworm.com/read/349903/10785264

h monty.h

/* * MIRACL C++ Header file monty.h * * AUTHOR : M. Scott * * PURPOSE : Definition of class ZZn (Arithmetic mod n), using * Montgomery's Method for modular mult
www.eeworm.com/read/349903/10785951

cpp monty.cpp

/* * MIRACL C++ functions monty.cpp * * AUTHOR : M. Scott * * PURPOSE : Implementation of class ZZn functions using Montgomery * representati
www.eeworm.com/read/270992/11013568

m monty.m

%monty.m/created by PJNahin for "Duelling Idiots"(4/8/99) %This m-file simulates 10,000 games of "Let's Make A Deal." % % rand('state',100*sum(clock)) WNS=0; %initialize numb
www.eeworm.com/read/246726/12706852

c monty.c

/* Author: Pate Williams (c) 1997 Montgomery reduction. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al Section 14.3.2 pages 600 - 603. */ #include #in
www.eeworm.com/read/144216/5752671

cgi monty.cgi

#!/usr/local/bin/perl use CGI; use CGI::Carp qw/fatalsToBrowser/; $query = new CGI; print $query->header; print $query->start_html("Example CGI.pm Form"); print " Example CGI.pm Form
www.eeworm.com/read/321483/3534310

cgi monty.cgi

#!/usr/local/bin/perl use CGI; use CGI::Carp qw/fatalsToBrowser/; $query = new CGI; print $query->header; print $query->start_html("Example CGI.pm Form"); print " Example CGI.pm Form
www.eeworm.com/read/102625/15764606

c monty.c

/* Author: Pate Williams (c) 1997 Montgomery reduction. See "Handbook of Applied Cryptography" by Alfred J. Menezes et al Section 14.3.2 pages 600 - 603. */ #include #in
www.eeworm.com/read/100612/15868826

h monty.h

/* * MIRACL C++ Header file monty.h * * AUTHOR : M. Scott * * PURPOSE : Definition of class ZZn (Arithmetic mod n), using * Montgomery's Method for modular mult