]> Git Repo - VerusCoin.git/commit
no more cryptoconditions submodule
authorScott Sadler <[email protected]>
Mon, 12 Mar 2018 20:57:18 +0000 (17:57 -0300)
committerScott Sadler <[email protected]>
Mon, 12 Mar 2018 20:57:18 +0000 (17:57 -0300)
commitc6fa342bd6a04bd708932b35d7c49fc5e3e67149
tree8c0f5de6d2eda645aefbee64d94c8056c24ca219
parent76b5216cf6cdc07e77ed7e5864a2d1643660336c
no more cryptoconditions submodule
207 files changed:
src/cryptoconditions/.gitignore [new file with mode: 0644]
src/cryptoconditions/.gitmodules [new file with mode: 0644]
src/cryptoconditions/.travis.yml [new file with mode: 0644]
src/cryptoconditions/LICENSE [new file with mode: 0644]
src/cryptoconditions/Makefile.am [new file with mode: 0644]
src/cryptoconditions/README.md [new file with mode: 0644]
src/cryptoconditions/autogen.sh [new file with mode: 0755]
src/cryptoconditions/compile [new file with mode: 0755]
src/cryptoconditions/configure.ac [new file with mode: 0644]
src/cryptoconditions/cryptoconditions.py [new file with mode: 0755]
src/cryptoconditions/include/cryptoconditions.h [new file with mode: 0644]
src/cryptoconditions/src/anon.c [new file with mode: 0644]
src/cryptoconditions/src/asn/AuxFingerprintContents.c [new file with mode: 0644]
src/cryptoconditions/src/asn/AuxFingerprintContents.h [new file with mode: 0644]
src/cryptoconditions/src/asn/AuxFulfillment.c [new file with mode: 0644]
src/cryptoconditions/src/asn/AuxFulfillment.h [new file with mode: 0644]
src/cryptoconditions/src/asn/AuxSha512Fulfillment.c [new file with mode: 0644]
src/cryptoconditions/src/asn/AuxSha512Fulfillment.h [new file with mode: 0644]
src/cryptoconditions/src/asn/BIT_STRING.c [new file with mode: 0644]
src/cryptoconditions/src/asn/BIT_STRING.h [new file with mode: 0644]
src/cryptoconditions/src/asn/CompoundSha256Condition.c [new file with mode: 0644]
src/cryptoconditions/src/asn/CompoundSha256Condition.h [new file with mode: 0644]
src/cryptoconditions/src/asn/Condition.c [new file with mode: 0644]
src/cryptoconditions/src/asn/Condition.h [new file with mode: 0644]
src/cryptoconditions/src/asn/ConditionTypes.c [new file with mode: 0644]
src/cryptoconditions/src/asn/ConditionTypes.h [new file with mode: 0644]
src/cryptoconditions/src/asn/CryptoConditions.asn [new file with mode: 0644]
src/cryptoconditions/src/asn/Ed25519FingerprintContents.c [new file with mode: 0644]
src/cryptoconditions/src/asn/Ed25519FingerprintContents.h [new file with mode: 0644]
src/cryptoconditions/src/asn/Ed25519Sha512Fulfillment.c [new file with mode: 0644]
src/cryptoconditions/src/asn/Ed25519Sha512Fulfillment.h [new file with mode: 0644]
src/cryptoconditions/src/asn/EvalFingerprintContents.c [new file with mode: 0644]
src/cryptoconditions/src/asn/EvalFingerprintContents.h [new file with mode: 0644]
src/cryptoconditions/src/asn/EvalFulfillment.c [new file with mode: 0644]
src/cryptoconditions/src/asn/EvalFulfillment.h [new file with mode: 0644]
src/cryptoconditions/src/asn/Fulfillment.c [new file with mode: 0644]
src/cryptoconditions/src/asn/Fulfillment.h [new file with mode: 0644]
src/cryptoconditions/src/asn/INTEGER.c [new file with mode: 0644]
src/cryptoconditions/src/asn/INTEGER.h [new file with mode: 0644]
src/cryptoconditions/src/asn/Makefile.am.sample [new file with mode: 0644]
src/cryptoconditions/src/asn/NativeEnumerated.c [new file with mode: 0644]
src/cryptoconditions/src/asn/NativeEnumerated.h [new file with mode: 0644]
src/cryptoconditions/src/asn/NativeInteger.c [new file with mode: 0644]
src/cryptoconditions/src/asn/NativeInteger.h [new file with mode: 0644]
src/cryptoconditions/src/asn/OCTET_STRING.c [new file with mode: 0644]
src/cryptoconditions/src/asn/OCTET_STRING.h [new file with mode: 0644]
src/cryptoconditions/src/asn/PrefixFingerprintContents.c [new file with mode: 0644]
src/cryptoconditions/src/asn/PrefixFingerprintContents.h [new file with mode: 0644]
src/cryptoconditions/src/asn/PrefixFulfillment.c [new file with mode: 0644]
src/cryptoconditions/src/asn/PrefixFulfillment.h [new file with mode: 0644]
src/cryptoconditions/src/asn/PreimageFulfillment.c [new file with mode: 0644]
src/cryptoconditions/src/asn/PreimageFulfillment.h [new file with mode: 0644]
src/cryptoconditions/src/asn/RsaFingerprintContents.c [new file with mode: 0644]
src/cryptoconditions/src/asn/RsaFingerprintContents.h [new file with mode: 0644]
src/cryptoconditions/src/asn/RsaSha256Fulfillment.c [new file with mode: 0644]
src/cryptoconditions/src/asn/RsaSha256Fulfillment.h [new file with mode: 0644]
src/cryptoconditions/src/asn/Secp256k1FingerprintContents.c [new file with mode: 0644]
src/cryptoconditions/src/asn/Secp256k1FingerprintContents.h [new file with mode: 0644]
src/cryptoconditions/src/asn/Secp256k1Fulfillment.c [new file with mode: 0644]
src/cryptoconditions/src/asn/Secp256k1Fulfillment.h [new file with mode: 0644]
src/cryptoconditions/src/asn/SimpleSha256Condition.c [new file with mode: 0644]
src/cryptoconditions/src/asn/SimpleSha256Condition.h [new file with mode: 0644]
src/cryptoconditions/src/asn/ThresholdFingerprintContents.c [new file with mode: 0644]
src/cryptoconditions/src/asn/ThresholdFingerprintContents.h [new file with mode: 0644]
src/cryptoconditions/src/asn/ThresholdFulfillment.c [new file with mode: 0644]
src/cryptoconditions/src/asn/ThresholdFulfillment.h [new file with mode: 0644]
src/cryptoconditions/src/asn/asn_SET_OF.c [new file with mode: 0644]
src/cryptoconditions/src/asn/asn_SET_OF.h [new file with mode: 0644]
src/cryptoconditions/src/asn/asn_application.h [new file with mode: 0644]
src/cryptoconditions/src/asn/asn_codecs.h [new file with mode: 0644]
src/cryptoconditions/src/asn/asn_codecs_prim.c [new file with mode: 0644]
src/cryptoconditions/src/asn/asn_codecs_prim.h [new file with mode: 0644]
src/cryptoconditions/src/asn/asn_internal.h [new file with mode: 0644]
src/cryptoconditions/src/asn/asn_system.h [new file with mode: 0644]
src/cryptoconditions/src/asn/ber_decoder.c [new file with mode: 0644]
src/cryptoconditions/src/asn/ber_decoder.h [new file with mode: 0644]
src/cryptoconditions/src/asn/ber_tlv_length.c [new file with mode: 0644]
src/cryptoconditions/src/asn/ber_tlv_length.h [new file with mode: 0644]
src/cryptoconditions/src/asn/ber_tlv_tag.c [new file with mode: 0644]
src/cryptoconditions/src/asn/ber_tlv_tag.h [new file with mode: 0644]
src/cryptoconditions/src/asn/constr_CHOICE.c [new file with mode: 0644]
src/cryptoconditions/src/asn/constr_CHOICE.h [new file with mode: 0644]
src/cryptoconditions/src/asn/constr_SEQUENCE.c [new file with mode: 0644]
src/cryptoconditions/src/asn/constr_SEQUENCE.h [new file with mode: 0644]
src/cryptoconditions/src/asn/constr_SET_OF.c [new file with mode: 0644]
src/cryptoconditions/src/asn/constr_SET_OF.h [new file with mode: 0644]
src/cryptoconditions/src/asn/constr_TYPE.c [new file with mode: 0644]
src/cryptoconditions/src/asn/constr_TYPE.h [new file with mode: 0644]
src/cryptoconditions/src/asn/constraints.c [new file with mode: 0644]
src/cryptoconditions/src/asn/constraints.h [new file with mode: 0644]
src/cryptoconditions/src/asn/der_encoder.c [new file with mode: 0644]
src/cryptoconditions/src/asn/der_encoder.h [new file with mode: 0644]
src/cryptoconditions/src/asn/per_decoder.c [new file with mode: 0644]
src/cryptoconditions/src/asn/per_decoder.h [new file with mode: 0644]
src/cryptoconditions/src/asn/per_encoder.c [new file with mode: 0644]
src/cryptoconditions/src/asn/per_encoder.h [new file with mode: 0644]
src/cryptoconditions/src/asn/per_opentype.c [new file with mode: 0644]
src/cryptoconditions/src/asn/per_opentype.h [new file with mode: 0644]
src/cryptoconditions/src/asn/per_support.c [new file with mode: 0644]
src/cryptoconditions/src/asn/per_support.h [new file with mode: 0644]
src/cryptoconditions/src/asn/xer_decoder.c [new file with mode: 0644]
src/cryptoconditions/src/asn/xer_decoder.h [new file with mode: 0644]
src/cryptoconditions/src/asn/xer_encoder.c [new file with mode: 0644]
src/cryptoconditions/src/asn/xer_encoder.h [new file with mode: 0644]
src/cryptoconditions/src/asn/xer_support.c [new file with mode: 0644]
src/cryptoconditions/src/asn/xer_support.h [new file with mode: 0644]
src/cryptoconditions/src/cryptoconditions-config.h.in [new file with mode: 0644]
src/cryptoconditions/src/cryptoconditions.c [new file with mode: 0644]
src/cryptoconditions/src/ed25519.c [new file with mode: 0644]
src/cryptoconditions/src/eval.c [new file with mode: 0644]
src/cryptoconditions/src/include/cJSON.c [new file with mode: 0644]
src/cryptoconditions/src/include/cJSON.h [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/license.txt [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/readme.md [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/add_scalar.c [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/ed25519.h [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/fe.c [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/fe.h [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/fixedint.h [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/ge.c [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/ge.h [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/key_exchange.c [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/keypair.c [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/precomp_data.h [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/sc.c [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/sc.h [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/seed.c [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/sha512.c [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/sha512.h [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/sign.c [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/src/verify.c [new file with mode: 0644]
src/cryptoconditions/src/include/ed25519/test.c [new file with mode: 0644]
src/cryptoconditions/src/include/libbase58.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/.gitignore [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/.travis.yml [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/COPYING [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/Makefile.am [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/README.md [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/TODO [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/autogen.sh [new file with mode: 0755]
src/cryptoconditions/src/include/secp256k1/configure.ac [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/include/secp256k1.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/libsecp256k1.pc.in [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/obj/.gitignore [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/bench.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/bench_internal.c [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/bench_recover.c [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/bench_sign.c [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/bench_verify.c [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/ecdsa.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/ecdsa_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/eckey.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/eckey_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/ecmult.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/ecmult_gen.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/ecmult_gen_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/ecmult_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/field.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/field_10x26.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/field_10x26_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/field_5x52.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/field_5x52_asm_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/field_5x52_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/field_5x52_int128_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/field_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/group.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/group_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/hash.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/hash_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/java/org/bitcoin/NativeSecp256k1.java [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/java/org_bitcoin_NativeSecp256k1.c [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/java/org_bitcoin_NativeSecp256k1.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/num.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/num_gmp.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/num_gmp_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/num_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/scalar.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/scalar_4x64.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/scalar_4x64_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/scalar_8x32.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/scalar_8x32_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/scalar_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/secp256k1.c [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/testrand.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/testrand_impl.h [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/tests.c [new file with mode: 0644]
src/cryptoconditions/src/include/secp256k1/src/util.h [new file with mode: 0644]
src/cryptoconditions/src/include/sha256.c [new file with mode: 0644]
src/cryptoconditions/src/include/sha256.h [new file with mode: 0644]
src/cryptoconditions/src/include/tweetnacl.c [new file with mode: 0644]
src/cryptoconditions/src/include/tweetnacl.h [new file with mode: 0644]
src/cryptoconditions/src/internal.h [new file with mode: 0644]
src/cryptoconditions/src/json_rpc.c [new file with mode: 0644]
src/cryptoconditions/src/prefix.c [new file with mode: 0644]
src/cryptoconditions/src/preimage.c [new file with mode: 0644]
src/cryptoconditions/src/secp256k1.c [new file with mode: 0644]
src/cryptoconditions/src/stamp-h1 [new file with mode: 0644]
src/cryptoconditions/src/threshold.c [new file with mode: 0644]
src/cryptoconditions/src/utils.c [new file with mode: 0644]
src/cryptoconditions/test-requirements.txt [new file with mode: 0644]
src/cryptoconditions/tests/__init__.py [new file with mode: 0644]
src/cryptoconditions/tests/custom-vectors/1000_test-minimal-eval.json [new file with mode: 0644]
src/cryptoconditions/tests/custom-vectors/1001_test-minimal-secp256k1.json [new file with mode: 0644]
src/cryptoconditions/tests/test_ed25519.py [new file with mode: 0644]
src/cryptoconditions/tests/test_failure_modes.py [new file with mode: 0644]
src/cryptoconditions/tests/test_secp256k1.py [new file with mode: 0644]
src/cryptoconditions/tests/test_vectors.py [new file with mode: 0644]
This page took 0.046167 seconds and 4 git commands to generate.