ref: 092fd361547c9beef9cf0ffbee46b2de579b4214
parent: c2f5d36d7f5b5df5896ee601c39c847f24636899
author: ftrvxmtrx <ftrvxmtrx@gmail.com>
date: Sun Feb 10 15:46:56 EST 2013
mp.h: fix typo
--- a/sys/include/mp.h
+++ b/sys/include/mp.h
@@ -45,7 +45,7 @@
char* mptoa(mpint*, int, char*, int);
mpint* letomp(uchar*, uint, mpint*); /* byte array, little-endian */
int mptole(mpint*, uchar*, uint, uchar**);
-mpint* betomp(uchar*, uint, mpint*); /* byte array, little-endian */
+mpint* betomp(uchar*, uint, mpint*); /* byte array, big-endian */
int mptobe(mpint*, uchar*, uint, uchar**);
uint mptoui(mpint*); /* unsigned int */
mpint* uitomp(uint, mpint*);
--
⑨