This commit is contained in:
Matt Corallo 2014-07-19 21:45:27 -04:00
parent ababf30c08
commit 66a2a2d3ca
198 changed files with 880 additions and 0 deletions

View file

@ -0,0 +1,66 @@
# Updated by fix_deps.py
pnacl/Debug/curve25519-donna-wrapper_pnacl.o: \
curve25519-donna-wrapper.cpp curve25519-donna.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/instance.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_instance.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_macros.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_stdint.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_resource.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/ppb_console.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_bool.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_var.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/instance_handle.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/view.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/resource.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/pass_ref.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/rect.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_rect.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_point.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_size.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/point.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/size.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/logging.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/module.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_module.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/ppb.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/ppb_core.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_completion_callback.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_time.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/core.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/var.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/var_dictionary.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/var_array.h \
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/var_array_buffer.h
:
curve25519-donna-wrapper.cpp:
curve25519-donna.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/instance.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_instance.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_macros.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_stdint.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_resource.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/ppb_console.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_bool.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_var.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/instance_handle.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/view.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/resource.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/pass_ref.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/rect.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_rect.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_point.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_size.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/point.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/size.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/logging.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/module.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_module.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/ppb.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/ppb_core.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_completion_callback.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/c/pp_time.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/core.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/var.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/var_dictionary.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/var_array.h:
/home/matt/nacl_sdk/pepper_31//include/ppapi/cpp/var_array_buffer.h:

Binary file not shown.

View file

@ -0,0 +1,3 @@
# Updated by fix_deps.py
pnacl/Debug/curve25519-donna_pnacl.o: curve25519-donna.c
curve25519-donna.c:

Binary file not shown.

BIN
nacl/pnacl/Debug/curve25519.bc Executable file

Binary file not shown.

View file

@ -0,0 +1,14 @@
{
"files": {},
"program": {
"x86-64": {
"url": "curve25519_x86_64.nexe"
},
"arm": {
"url": "curve25519_arm.nexe"
},
"x86-32": {
"url": "curve25519_x86_32.nexe"
}
}
}

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1 @@
Directory Stamp

View file

@ -0,0 +1,6 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/additions/compare_pnacl.o: \
ed25519/additions/compare.c ed25519/additions/compare.h
:
ed25519/additions/compare.c:
ed25519/additions/compare.h:

Binary file not shown.

View file

@ -0,0 +1,14 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/additions/curve_sigs_pnacl.o: \
ed25519/additions/curve_sigs.c ed25519/ge.h ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h ed25519/additions/curve_sigs.h \
ed25519/nacl_includes/crypto_sign.h \
ed25519/nacl_includes/crypto_sign_edwards25519sha512batch.h
:
ed25519/additions/curve_sigs.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/additions/curve_sigs.h:
ed25519/nacl_includes/crypto_sign.h:
ed25519/nacl_includes/crypto_sign_edwards25519sha512batch.h:

Binary file not shown.

View file

@ -0,0 +1 @@
Directory Stamp

View file

@ -0,0 +1,8 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/additions/sha512_pnacl.o: ed25519/additions/sha512.c \
ed25519/additions/sha512.h ed25519/sha512/sph_sha2.h \
ed25519/sha512/sph_types.h
ed25519/additions/sha512.c:
ed25519/additions/sha512.h:
ed25519/sha512/sph_sha2.h:
ed25519/sha512/sph_types.h:

Binary file not shown.

View file

@ -0,0 +1,15 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/additions/sign_modified_pnacl.o: \
ed25519/additions/sign_modified.c ed25519/nacl_includes/crypto_sign.h \
ed25519/nacl_includes/crypto_sign_edwards25519sha512batch.h \
ed25519/nacl_includes/crypto_hash_sha512.h ed25519/ge.h ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h ed25519/sc.h
:
ed25519/additions/sign_modified.c:
ed25519/nacl_includes/crypto_sign.h:
ed25519/nacl_includes/crypto_sign_edwards25519sha512batch.h:
ed25519/nacl_includes/crypto_hash_sha512.h:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/sc.h:

View file

@ -0,0 +1 @@
Directory Stamp

View file

@ -0,0 +1,6 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_0_pnacl.o: ed25519/fe_0.c ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h
ed25519/fe_0.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,6 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_1_pnacl.o: ed25519/fe_1.c ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h
ed25519/fe_1.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,6 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_add_pnacl.o: ed25519/fe_add.c ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h
ed25519/fe_add.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,6 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_cmov_pnacl.o: ed25519/fe_cmov.c ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h
ed25519/fe_cmov.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,6 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_copy_pnacl.o: ed25519/fe_copy.c ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h
ed25519/fe_copy.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,10 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_frombytes_pnacl.o: ed25519/fe_frombytes.c \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h \
ed25519/nacl_includes/crypto_int64.h \
ed25519/nacl_includes/crypto_uint64.h
ed25519/fe_frombytes.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/nacl_includes/crypto_int64.h:
ed25519/nacl_includes/crypto_uint64.h:

Binary file not shown.

View file

@ -0,0 +1,7 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_invert_pnacl.o: ed25519/fe_invert.c ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h ed25519/pow225521.h
ed25519/fe_invert.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/pow225521.h:

Binary file not shown.

View file

@ -0,0 +1,6 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_isnegative_pnacl.o: ed25519/fe_isnegative.c \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h
ed25519/fe_isnegative.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,8 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_isnonzero_pnacl.o: ed25519/fe_isnonzero.c \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h \
ed25519/nacl_includes/crypto_verify_32.h
ed25519/fe_isnonzero.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/nacl_includes/crypto_verify_32.h:

Binary file not shown.

View file

@ -0,0 +1,8 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_mul_pnacl.o: ed25519/fe_mul.c ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h \
ed25519/nacl_includes/crypto_int64.h
ed25519/fe_mul.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/nacl_includes/crypto_int64.h:

Binary file not shown.

View file

@ -0,0 +1,6 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_neg_pnacl.o: ed25519/fe_neg.c ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h
ed25519/fe_neg.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,7 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_pow22523_pnacl.o: ed25519/fe_pow22523.c \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h ed25519/pow22523.h
ed25519/fe_pow22523.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/pow22523.h:

Binary file not shown.

View file

@ -0,0 +1,8 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_sq2_pnacl.o: ed25519/fe_sq2.c ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h \
ed25519/nacl_includes/crypto_int64.h
ed25519/fe_sq2.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/nacl_includes/crypto_int64.h:

Binary file not shown.

View file

@ -0,0 +1,8 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_sq_pnacl.o: ed25519/fe_sq.c ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h \
ed25519/nacl_includes/crypto_int64.h
ed25519/fe_sq.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/nacl_includes/crypto_int64.h:

Binary file not shown.

View file

@ -0,0 +1,6 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_sub_pnacl.o: ed25519/fe_sub.c ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h
ed25519/fe_sub.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,6 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/fe_tobytes_pnacl.o: ed25519/fe_tobytes.c ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h
ed25519/fe_tobytes.c:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,8 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_add_pnacl.o: ed25519/ge_add.c ed25519/ge.h \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h ed25519/ge_add.h
ed25519/ge_add.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/ge_add.h:

Binary file not shown.

View file

@ -0,0 +1,10 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_double_scalarmult_pnacl.o: \
ed25519/ge_double_scalarmult.c ed25519/ge.h ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h ed25519/base2.h
:
ed25519/ge_double_scalarmult.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/base2.h:

Binary file not shown.

View file

@ -0,0 +1,10 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_frombytes_pnacl.o: ed25519/ge_frombytes.c \
ed25519/ge.h ed25519/fe.h ed25519/nacl_includes/crypto_int32.h \
ed25519/d.h ed25519/sqrtm1.h
ed25519/ge_frombytes.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/d.h:
ed25519/sqrtm1.h:

Binary file not shown.

View file

@ -0,0 +1,8 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_madd_pnacl.o: ed25519/ge_madd.c ed25519/ge.h \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h ed25519/ge_madd.h
ed25519/ge_madd.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/ge_madd.h:

Binary file not shown.

View file

@ -0,0 +1,8 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_msub_pnacl.o: ed25519/ge_msub.c ed25519/ge.h \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h ed25519/ge_msub.h
ed25519/ge_msub.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/ge_msub.h:

Binary file not shown.

View file

@ -0,0 +1,7 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_p1p1_to_p2_pnacl.o: ed25519/ge_p1p1_to_p2.c \
ed25519/ge.h ed25519/fe.h ed25519/nacl_includes/crypto_int32.h
ed25519/ge_p1p1_to_p2.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,7 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_p1p1_to_p3_pnacl.o: ed25519/ge_p1p1_to_p3.c \
ed25519/ge.h ed25519/fe.h ed25519/nacl_includes/crypto_int32.h
ed25519/ge_p1p1_to_p3.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,7 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_p2_0_pnacl.o: ed25519/ge_p2_0.c ed25519/ge.h \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h
ed25519/ge_p2_0.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,8 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_p2_dbl_pnacl.o: ed25519/ge_p2_dbl.c ed25519/ge.h \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h ed25519/ge_p2_dbl.h
ed25519/ge_p2_dbl.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/ge_p2_dbl.h:

Binary file not shown.

View file

@ -0,0 +1,7 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_p3_0_pnacl.o: ed25519/ge_p3_0.c ed25519/ge.h \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h
ed25519/ge_p3_0.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,7 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_p3_dbl_pnacl.o: ed25519/ge_p3_dbl.c ed25519/ge.h \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h
ed25519/ge_p3_dbl.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,9 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_p3_to_cached_pnacl.o: ed25519/ge_p3_to_cached.c \
ed25519/ge.h ed25519/fe.h ed25519/nacl_includes/crypto_int32.h \
ed25519/d2.h
ed25519/ge_p3_to_cached.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/d2.h:

Binary file not shown.

View file

@ -0,0 +1,7 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_p3_to_p2_pnacl.o: ed25519/ge_p3_to_p2.c \
ed25519/ge.h ed25519/fe.h ed25519/nacl_includes/crypto_int32.h
ed25519/ge_p3_to_p2.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,7 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_p3_tobytes_pnacl.o: ed25519/ge_p3_tobytes.c \
ed25519/ge.h ed25519/fe.h ed25519/nacl_includes/crypto_int32.h
ed25519/ge_p3_tobytes.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,7 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_precomp_0_pnacl.o: ed25519/ge_precomp_0.c \
ed25519/ge.h ed25519/fe.h ed25519/nacl_includes/crypto_int32.h
ed25519/ge_precomp_0.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,12 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_scalarmult_base_pnacl.o: \
ed25519/ge_scalarmult_base.c ed25519/ge.h ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h \
ed25519/nacl_includes/crypto_uint32.h ed25519/base.h
:
ed25519/ge_scalarmult_base.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/nacl_includes/crypto_uint32.h:
ed25519/base.h:

Binary file not shown.

View file

@ -0,0 +1,8 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_sub_pnacl.o: ed25519/ge_sub.c ed25519/ge.h \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h ed25519/ge_sub.h
ed25519/ge_sub.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/ge_sub.h:

Binary file not shown.

View file

@ -0,0 +1,7 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/ge_tobytes_pnacl.o: ed25519/ge_tobytes.c ed25519/ge.h \
ed25519/fe.h ed25519/nacl_includes/crypto_int32.h
ed25519/ge_tobytes.c:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:

Binary file not shown.

View file

@ -0,0 +1,16 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/open_pnacl.o: ed25519/open.c \
ed25519/nacl_includes/crypto_sign.h \
ed25519/nacl_includes/crypto_sign_edwards25519sha512batch.h \
ed25519/nacl_includes/crypto_hash_sha512.h \
ed25519/nacl_includes/crypto_verify_32.h ed25519/ge.h ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h ed25519/sc.h
ed25519/open.c:
ed25519/nacl_includes/crypto_sign.h:
ed25519/nacl_includes/crypto_sign_edwards25519sha512batch.h:
ed25519/nacl_includes/crypto_hash_sha512.h:
ed25519/nacl_includes/crypto_verify_32.h:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/sc.h:

Binary file not shown.

View file

@ -0,0 +1,10 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/sc_muladd_pnacl.o: ed25519/sc_muladd.c ed25519/sc.h \
ed25519/nacl_includes/crypto_int64.h \
ed25519/nacl_includes/crypto_uint32.h \
ed25519/nacl_includes/crypto_uint64.h
ed25519/sc_muladd.c:
ed25519/sc.h:
ed25519/nacl_includes/crypto_int64.h:
ed25519/nacl_includes/crypto_uint32.h:
ed25519/nacl_includes/crypto_uint64.h:

Binary file not shown.

View file

@ -0,0 +1,10 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/sc_reduce_pnacl.o: ed25519/sc_reduce.c ed25519/sc.h \
ed25519/nacl_includes/crypto_int64.h \
ed25519/nacl_includes/crypto_uint32.h \
ed25519/nacl_includes/crypto_uint64.h
ed25519/sc_reduce.c:
ed25519/sc.h:
ed25519/nacl_includes/crypto_int64.h:
ed25519/nacl_includes/crypto_uint32.h:
ed25519/nacl_includes/crypto_uint64.h:

Binary file not shown.

View file

@ -0,0 +1 @@
Directory Stamp

View file

@ -0,0 +1,8 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/sha512/sha2big_pnacl.o: ed25519/sha512/sha2big.c \
ed25519/sha512/sph_sha2.h ed25519/sha512/sph_types.h \
ed25519/sha512/md_helper.c
ed25519/sha512/sha2big.c:
ed25519/sha512/sph_sha2.h:
ed25519/sha512/sph_types.h:
ed25519/sha512/md_helper.c:

Binary file not shown.

View file

@ -0,0 +1,14 @@
# Updated by fix_deps.py
pnacl/Debug/ed25519/sign_pnacl.o: ed25519/sign.c \
ed25519/nacl_includes/crypto_sign.h \
ed25519/nacl_includes/crypto_sign_edwards25519sha512batch.h \
ed25519/nacl_includes/crypto_hash_sha512.h ed25519/ge.h ed25519/fe.h \
ed25519/nacl_includes/crypto_int32.h ed25519/sc.h
ed25519/sign.c:
ed25519/nacl_includes/crypto_sign.h:
ed25519/nacl_includes/crypto_sign_edwards25519sha512batch.h:
ed25519/nacl_includes/crypto_hash_sha512.h:
ed25519/ge.h:
ed25519/fe.h:
ed25519/nacl_includes/crypto_int32.h:
ed25519/sc.h:

Binary file not shown.

Some files were not shown because too many files have changed in this diff Show more