add encrypting for save files
add libhydrogen for encrypting and decrypting #9
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"files": [ "../tests/tests.c", "../hydrogen.c" ],
|
||||
"filesystem": {
|
||||
"files": [ { "name": "/dev/urandom", "from": "urandom_1" } ]
|
||||
},
|
||||
"val-timeout": 10800,
|
||||
"no-results": "true"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"machdep": "gcc_ppc_32",
|
||||
"compilation_cmd": "-I../. -U__SSE2__ -Dvolatile= -D__BYTE_ORDER__=__ORDER_BIG_ENDIAN__ -U__SIZEOF_INT128__"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"machdep": "gcc_ppc_64",
|
||||
"compilation_cmd": "-I../. -U__SSE2__ -Dvolatile= -D__BYTE_ORDER__=__ORDER_BIG_ENDIAN__"
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"machdep": "gcc_x86_32",
|
||||
"compilation_cmd": "-I../. -U__SSE2__ -Dvolatile="
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"machdep": "gcc_x86_64",
|
||||
"compilation_cmd": "-I../. -U__SSE2__ -Dvolatile="
|
||||
}
|
||||
Binary file not shown.
Reference in New Issue
Block a user