Home
last modified time | relevance | path

Searched refs:wally (Results 1 – 25 of 188) sorted by relevance

12345678

/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/pyexample/liquid/
H A Dreceive-send.py1 import wallycore as wally namespace
5 network = wally.WALLY_NETWORK_LIQUID_REGTEST
14 wally.BIP32_VER_TEST_PRIVATE, 0)
18 wally.BIP32_FLAG_KEY_PRIVATE)
19 address = wally.bip32_key_to_address(
21 wally.WALLY_ADDRESS_TYPE_P2PKH,
29 wally.WALLY_NETWORK_LIQUID_REGTEST)
48 tx = wally.tx_from_hex(
50 wally.WALLY_TX_FLAG_USE_ELEMENTS | wally.WALLY_TX_FLAG_USE_WITNESS)
197 wally.tx_add_elements_raw_output(
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/pyexample/
H A Danti-exfil.py1 import wallycore as wally namespace
7 pub_key = wally.ec_public_key_from_private_key(priv_key)
10 host_commitment = wally.ae_host_commit_from_bytes(rho, wally.EC_FLAG_ECDSA)
14 signer_commitment = wally.ae_signer_commit_from_bytes(priv_key, message_hash, host_commitment, wall…
18 signature = wally.ae_sig_from_bytes(priv_key, message_hash, rho, wally.EC_FLAG_ECDSA)
22 wally.ae_verify(pub_key, message_hash, rho, signer_commitment, wally.EC_FLAG_ECDSA, signature)
/dports/graphics/mahotas/mahotas-1.4.11/docs/source/
H A Dwally.rst6 <http://stackoverflow.com/questions/8849869/how-do-i-find-wally-with-python>`__
19 wally = mahotas.demos.load('Wally')
20 imshow(wally)
27 wally = mahotas.demos.load('Wally')
33 wfloat = wally.astype(float)
68 wally -= .8*wally * ~mask[:,:,None]
76 wfloat = wally.astype(float)
85 np.subtract(wally, .8*wally * ~mask[:,:,None], out=wally, casting='unsafe')
86 imshow(wally)
/dports/graphics/mahotas/mahotas-1.4.11/mahotas/demos/
H A Dwally.py5 wally = mh.demos.load('DepartmentStore') variable
6 wfloat = wally.astype(float)
15 wally -= np.array(.8*wally * ~mask[:,:,None], dtype=wally.dtype)
16 imshow(wally)
/dports/graphics/xpaint/xpaint-2.9.10.3/builddata/
H A Dxpaint-Mandriva.spec111 * Wed Nov 10 2010 Jani Välimaa <wally@mandriva.org> 2.9.8-1mdv2011.0
117 * Mon Oct 25 2010 Jani Välimaa <wally@mandriva.org> 2.9.6.4-1mdv2011.0
133 * Tue Sep 07 2010 Jani Välimaa <wally@mandriva.org> 2.9.5-1mdv2011.0
137 * Mon Aug 16 2010 Jani Välimaa <wally@mandriva.org> 2.9.4-1mdv2011.0
141 * Mon Aug 09 2010 Jani Välimaa <wally@mandriva.org> 2.9.3-1mdv2011.0
145 * Thu Jul 29 2010 Jani Välimaa <wally@mandriva.org> 2.9.2-1mdv2011.0
161 * Wed May 19 2010 Jani Välimaa <wally@mandriva.org> 2.9.0-1mdv2011.0
167 * Sat Apr 17 2010 Jani Välimaa <wally@mandriva.org> 2.8.19-3mdv2010.1
171 * Thu Apr 15 2010 Jani Välimaa <wally@mandriva.org> 2.8.19-2mdv2010.1
175 * Tue Apr 06 2010 Jani Välimaa <wally@mandriva.org> 2.8.19-1mdv2010.1
[all …]
H A Dxaw3dxft.spec104 * Sun Mar 28 2010 Jani Välimaa <wally@mandriva.org> 1.1-1mdv2010.1
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/
H A D.gitignore59 src/wrap_js/wally.js
75 wally*.gz
76 wally*.sha256
77 wally*.asc
78 wally*.whl
H A D.travis.yml38 …run -v $PWD:/wally debian:buster /bin/sh -c "apt-get update -yqq && apt-get install -yqq --no-inst…
41 …r run -v $PWD:/wally greenaddress/wallycore@sha256:c3c36a55173eb29e5727dfc9a0417d05ac4c301adea1090…
44 …ker run -v $PWD:/wally greenaddress/wallycore@sha256:d63d222be12f6b2535e1548aa7f21cf649e2230d6c9e0…
H A DREADME.md6 Read the API documentation at https://wally.readthedocs.io.
13 …Documentation Status](https://readthedocs.org/projects/wally/badge/?version=latest)](https://wally
27 - C++ (see include/wally.hpp for C++ container support)
65 - `--enable-export-all`. Export all functions from the wally shared library.
104 For non-development use, you can install wally with `pip` as follows:
110 For python development, you can build and install wally using:
123 You can also install the binary [wally releases](https://github.com/ElementsProject/libwally-core/r…
159 WebAssembly is available as a preview feature. Users may want to avoid using wally compiled for
162 Building wally as wasm requires following emsdk instructions for
170 # Optionally set the list of wally functions to export to wasm (default: all)
H A DCHANGES.md27 - Python: 'None' passed as a binary buffer argument to wally calls which
86 created with older versions of wally were not valid for testnet.
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/tools/msvc/
H A Dwheel.bat31 venv-smoketest\Scripts\python -c "import wallycore as wally; assert wally.hex_from_bytes(wally.hex_…
H A Dbuild.bat8 REM There are duplicate file names in both the wally and ccan sources
21 REM Compile everything (wally, ccan, libsecp256k) in one lump.
H A Dwallyjs.bat13 python wrap_js/makewrappers/wrap.py wally Release %ELEMENTS_BUILD%
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A DMakefile.am9 include_HEADERS += $(top_srcdir)/include/wally.hpp
76 wrap_js/wally.js: $(JS_WRAP_DEPS) wrap_js/makewrappers/templates/js.py
77 …PYTHONDONTWRITEBYTECODE=1 $(PYTHON) wrap_js/makewrappers/wrap.py wally @NODE_GYP_DIR@ $(TOOLS_EXTR…
79 wrap_js/cordovaplugin/wally.js: wrap_js/wally.js
88 cordova_wrap_files = wrap_js/cordovaplugin/wally.js wrap_js/cordovaplugin/WallyCordova.java wrap_js…
99 wrap_js/build/@NODE_GYP_DIR@/wallycore.node: wrap_js/nodejs_wrap.cc wrap_js/wally.js $(lib_LTLIBRAR…
115 $(AM_V_at)rm -f wrap_js/nodejs_wrap.cc wrap_js/wally.js $(cordova_wrap_files)
210 include/wally.hpp \
/dports/multimedia/mpeg_encode/convert/mtv/
H A DREADME11 not sure where it is on your system, but it's near where "wally.au",
12 "wally.vid" and "wally.ofs" are.
/dports/devel/gitolite2/gitolite-2.3.1/contrib/partial-copy/
H A Dpartial-copy.mkd18 - secret-1$ = wally
19 RW+ dev/USER/ = wally
20 RW+ = dilbert alice ashok wally
97 - secret-1$ = wally
98 R = wally
99 RW+ dev/USER/ = wally
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/tools/
H A Duncrustify4 …src/*.c src/*.h src/ctest/*.c include/*.h include/*.hpp | grep -v src/config.h | grep -v wally.hpp`
H A Dcleanup.sh47 rm -f src/wrap_js/wally.js
/dports/math/fricas/fricas-1.3.7/src/input/
H A Delt.input8 u:Any := [1, 7.2, 3/2, x^2, "wally"]
/dports/net-im/nextcloud-spreed-signaling/nextcloud-spreed-signaling-0.2.0/vendor/src/github.com/nats-io/nats.go/
H A DMAINTAINERS.md10 - Waldemar Quevedo <wally@nats.io> [@wallyqs](https://github.com/wallyqs)
/dports/sysutils/p5-Unix-ConfigFile/Unix-ConfigFile-0.06/
H A Dgroup.test12 staff:*:20:alice,dilbert,wally
/dports/games/vultures-eye/vulture-2.3.67/vulture/winclass/
H A Dlevelwin.h54 int get_wall_decor(int floortype, int wally, int wallx, int floory, int floorx);
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/docs/source/
H A DLiquid.rst25 mnemonic for the wallet. wally provides the function
33 Finally call the wally function :c:func:`wally_confidential_addr_from_addr` to combine
/dports/devel/gitolite2/gitolite-2.3.1/doc/
H A Dgitolite.conf-by-example.mkd96 R = wally
103 R master = wally # WILL NOT DO WHAT YOU THINK IT DOES!!
140 RW junk/ = wally
/dports/net-p2p/c-lightning/lightning-0.10.2/doc/
H A DFUZZING.md69 context (wally, tmpctx, ..) in `init()` then bruteforces the bech32 encoder in `run()`.

12345678