Subversion Repositories planix.SVN

Rev

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

Rev 2 Rev 33
Line 1... Line 1...
1
#include "os.h"
1
#include "os.h"
2
#include <mp.h>
-
 
3
#include <libsec.h>
2
#include <libsec.h>
4
 
3
 
5
// I wasn't sure what to do when the buffer was not
4
// I wasn't sure what to do when the buffer was not
6
// a multiple of 8.  I did what lacy's cryptolib did
5
// a multiple of 8.  I did what lacy's cryptolib did
7
// to be compatible, but it looks dangerous to me
6
// to be compatible, but it looks dangerous to me