I hereby claim:
- I am greenaddress on github.
- I am lawrence (https://keybase.io/lawrence) on keybase.
- I have a public key whose fingerprint is B375 497B 219D 7B16 EE8E BF2C 17AB 8BC3 20B1 51D8
To claim this, I am signing this object:
| import libwallycore | |
| mnemonic = input("Insert mnemonic: ") | |
| buf = bytearray(libwallycore.BIP39_ENTROPY_LEN_256) | |
| assert libwallycore.bip39_mnemonic_to_bytes(None, mnemonic, buf) == libwallycore.BIP39_ENTROPY_LEN_256 | |
| hashed_buf = bytearray(32) | |
| libwallycore.sha256d(buf, hashed_buf) | |
| pwd = input("Insert desired password: ") |
| COMPONENT_OWNBUILDTARGET := true | |
| COMPONENT_OWNCLEANTARGET := true | |
| build: | |
| >-------cd $(COMPONENT_PATH) && \ | |
| export CFLAGS="-fno-stack-protector ${CFLAGS}" && ./tools/autogen.sh && \ | |
| ./configure --enable-tests=no --enable-static=no --enable-shared=no --with-asm=no --enable-lto=no --disable-swig-java --disable-js-wrappers --disable-swig-python --disable-dependency-tracking --host=xtensa-esp32-elf && \ | |
| $(MAKE) -o configure && \ | |
| $(AR) cru $(COMPONENT_BUILD_DIR)/$(COMPONENT_LIBRARY) src/secp256k1/src/libsecp256k1_la-secp256k1.o src/*.o src/ccan/ccan/crypto/sha256/libwallycore_la-sha256.o src/ccan/ccan/crypto/ |
I hereby claim:
To claim this, I am signing this object: