Subversion Repositories planix.SVN

Rev

Rev 22 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22 Rev 26
Line 1... Line 1...
1
#include "os.h"
1
#include "os.h"
2
#include <mp.h>
2
#include <mp.h>
3
#include <libsec.h>
-
 
4
 
3
 
5
// chinese remainder theorem
4
// chinese remainder theorem
6
//
5
//
7
// handbook of applied cryptography, menezes et al, 1997, pp 610 - 613
6
// handbook of applied cryptography, menezes et al, 1997, pp 610 - 613
8
 
7