Home
last modified time | relevance | path

Searched refs:rangeproof (Results 1 – 23 of 23) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/secp256k1/src/modules/rangeproof/
H A DMakefile.am.include2 noinst_HEADERS += src/modules/rangeproof/main_impl.h
3 noinst_HEADERS += src/modules/rangeproof/pedersen.h
4 noinst_HEADERS += src/modules/rangeproof/pedersen_impl.h
5 noinst_HEADERS += src/modules/rangeproof/borromean.h
6 noinst_HEADERS += src/modules/rangeproof/borromean_impl.h
7 noinst_HEADERS += src/modules/rangeproof/rangeproof.h
8 noinst_HEADERS += src/modules/rangeproof/rangeproof_impl.h
9 noinst_HEADERS += src/modules/rangeproof/tests_impl.h
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/pyexample/liquid/
H A Dreceive-send.py70 rangeproof = wally.tx_get_output_rangeproof(tx, vout) variable
80 rangeproof,
156 rangeproof = wally.asset_rangeproof( variable
188 rangeproof,
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/include/
H A Dwally_transaction.h120 unsigned char *rangeproof;
856 const unsigned char *rangeproof,
900 const unsigned char *rangeproof,
933 const unsigned char *rangeproof,
1071 const unsigned char *rangeproof,
1107 const unsigned char *rangeproof,
H A Dwally.hpp1526 …ONCE& nonce, const SURJECTIONPROOF& surjectionproof, const RANGEPROOF& rangeproof, uint32_t flags)… in tx_add_elements_raw_output() argument
1527 …nonce.size(), surjectionproof.data(), surjectionproof.size(), rangeproof.data(), rangeproof.size()… in tx_add_elements_raw_output()
1532 …ONCE& nonce, const SURJECTIONPROOF& surjectionproof, const RANGEPROOF& rangeproof, uint32_t flags)… in tx_add_elements_raw_output_at() argument
1533 …nonce.size(), surjectionproof.data(), surjectionproof.size(), rangeproof.data(), rangeproof.size()… in tx_add_elements_raw_output_at()
1596 … value, const NONCE& nonce, const SURJECTIONPROOF& surjectionproof, const RANGEPROOF& rangeproof) { in tx_elements_output_commitment_set() argument
1597 …nonce.size(), surjectionproof.data(), surjectionproof.size(), rangeproof.data(), rangeproof.size()… in tx_elements_output_commitment_set()
1602 …ONCE& nonce, const SURJECTIONPROOF& surjectionproof, const RANGEPROOF& rangeproof, struct wally_tx… in tx_elements_output_init() argument
1603 …nonce.size(), surjectionproof.data(), surjectionproof.size(), rangeproof.data(), rangeproof.size()… in tx_elements_output_init()
1608 …ONCE& nonce, const SURJECTIONPROOF& surjectionproof, const RANGEPROOF& rangeproof, struct wally_tx… in tx_elements_output_init_alloc() argument
1609 …nonce.size(), surjectionproof.data(), surjectionproof.size(), rangeproof.data(), rangeproof.size()… in tx_elements_output_init_alloc()
H A Dwally_psbt.h97 unsigned char *rangeproof;
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A Dtransaction.c800 output->rangeproof = new_rangeproof;
826 const unsigned char *rangeproof, argument
848 output->rangeproof = new_rangeproof;
864 const unsigned char *rangeproof, argument
924 const unsigned char *rangeproof, argument
985 const unsigned char *rangeproof, argument
1030 const unsigned char *rangeproof, argument
1052 const unsigned char *rangeproof, argument
3269 SET_TX_B(tx_output, rangeproof, siz)
3333 TX_GET_B(output, rangeproof)
[all …]
H A Dtransaction_int.h69 …_rangeproof(struct wally_tx_output *tx_output_in, const unsigned char *rangeproof, size_t rangepro…
133 …proof(const struct wally_tx *tx_in, size_t index, const unsigned char *rangeproof, size_t rangepro…
H A Dpsbt.c528 SET_BYTES(wally_psbt_output, rangeproof) in SET_BYTES_N()
547 clear_and_free(output->rangeproof, output->rangeproof_len); in SET_BYTES_N()
1268 PSBT_PULL_B(output, rangeproof); in pull_psbt_output()
1689 output->rangeproof, output->rangeproof_len); in push_psbt_output()
1923 COMBINE_BYTES(output, rangeproof); in combine_outputs()
2731 PSBT_GET_B(output, rangeproof)
2740 PSBT_SET_B(output, rangeproof)
/dports/net-p2p/c-lightning/lightning-0.10.2/bitcoin/
H A Dtx_parts.c63 src->rangeproof, src->rangeproof_len, in clone_output()
259 u8 *asset, *value, *nonce, *surjectionproof, *rangeproof; in fromwire_wally_tx_output() local
273 rangeproof = fromwire_tal_arrn(tmpctx, in fromwire_wally_tx_output()
282 rangeproof, tal_bytelen(rangeproof), in fromwire_wally_tx_output()
350 towire_u8_array(pptr, out->rangeproof, out->rangeproof_len); in towire_wally_tx_output()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/tests/fuzzers/rangeproof/debug/
H A Dmain.go40 rangeproof.Fuzz(data)
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/secp256k1/contrib/
H A Dtravis.sh21 …--enable-module-rangeproof="$RANGEPROOF" --enable-module-whitelist="$WHITELIST" --enable-module-ge…
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/ctest/
H A Dtest_elements_tx.c128 out->rangeproof, out->rangeproof_len, &new_out); in tx_roundtrip()
143 new_out->rangeproof, new_out->rangeproof_len, 0); in tx_roundtrip()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/secp256k1/
H A Dconfigure.ac145 …AS_HELP_STRING([--enable-module-rangeproof],[enable Pedersen / zero-knowledge range proofs module …
562 …AC_MSG_ERROR([Whitelist module requires the rangeproof module. Use --enable-module-rangeproof to a…
565 …AC_MSG_ERROR([Surjection proof module requires the rangeproof module. Use --enable-module-rangepro…
H A DMakefile.am169 include src/modules/rangeproof/Makefile.am.include
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/tests/fuzzers/rangeproof/
H A Drangeproof-fuzzer.go17 package rangeproof package
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/merlin-2.0.1/
H A DREADME.md47 An example of an annotated transcript for a Bulletproof rangeproof can
/dports/devel/dtool/dtool-0.11.0/cargo-crates/merlin-3.0.0/
H A DREADME.md47 An example of an annotated transcript for a Bulletproof rangeproof can
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/docs/source/
H A DLiquid.rst110 Iterate over the outputs and calculate the value commitment, rangeproof
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/swig_python/
H A Dswig.i303 %pybuffer_nullable_binary(const unsigned char* rangeproof, size_t rangeproof_len);
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/wrap_js/cordovaplugin/libwally-core-ios.xcodeproj/
H A Dproject.pbxproj252 …DD275E200BB4E40 /* rangeproof.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
832 91018DBC1DD275E200BB4E40 /* rangeproof */,
848 91018DBC1DD275E200BB4E40 /* rangeproof */ = {
857 91018DC31DD275E200BB4E40 /* rangeproof.h */,
861 path = rangeproof;
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/
H A Dconfigure.ac427 …cdh --enable-module-recovery --enable-module-ecdsa-s2c --enable-module-rangeproof --enable-module-…
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/swig_java/
H A Dswig.i246 %apply(char *STRING, size_t LENGTH) { (const unsigned char* rangeproof, size_t rangeproof_len) };
/dports/textproc/p5-Unicode-Tussle/Unicode-Tussle-1.111/data/
H A Dwords.utf8354958 rangeproof range-proof [adj.] ← range