Thread
:
cross-platform encryption?
View Single Post
factoriel
2009-02-06 , 10:53
Posts: 5 | Thanked: 2 times | Joined on Feb 2009
#
4
OK, this explains the problem: "Ubuntu v8.10 (PPC version)"
To correctly compile the Notecase for PPC architecture (it uses "Big Endian" memory data format), you need to enable this in the Makefile:
BYTE_ORDER=-DSHA1_BIG_ENDIAN -DORDER_ABCD
Just add this line somewhere at the top of the makefile and compile.
Quote & Reply
|
The Following 2 Users Say Thank You to factoriel For This Useful Post:
fixerdave
,
gammer
factoriel
View Public Profile
Send a private message to factoriel
Find all posts by factoriel