About 9 results found. (Query 0.03500 seconds)
__new__(KeyGeneratorPython) + + @classmethod + def test_for_secp256k1(self,silent=False): + try: + from mmgen.secp256k1 import priv2pub + assert priv2pub(os.urandom(32),1) + return True + except: + return False -def get_privhex2addr_f(generator=None): - gen = keygen_selector(generator=generator) - return (_privhex2addr_python,_privhex2addr_secp256k1)[gen] +class KeyGeneratorPython(KeyGenerator): + desc = 'python-ecdsa' + def to_pubhex(self,privhex): + assert type(privhex) ==...
Enum Enum.EnumDesc < E extends Enum < E >> Enum Constant Summary Enum Constants Enum Constant Description DSA_SHA1 DSA_SHA1 is the default. ECDSA_SHA256_P256 Pubkey 64 bytes; privkey 32 bytes; hash 32 bytes; sig 64 bytes ECDSA_SHA384_P384 Pubkey 96 bytes; privkey 48 bytes; hash 48 bytes; sig 96 bytes ECDSA_SHA512_P521 Pubkey 132 bytes; privkey 66 bytes; hash 64 bytes; sig 132 bytes EdDSA_SHA512_Ed25519 Pubkey 32 bytes; privkey 32 bytes;...
This commit is contained in: Arya Kiran 2022-10-06 22:52:27 +05:30 parent b213120165 commit cf16cf8804 No known key found for this signature in database GPG key ID: 3A6EA2D0EE314EEF 1 changed files with 1 additions and 2 deletions Show all changes Ignore whitespace when comparing lines Ignore changes in amount of whitespace Ignore changes in whitespace at EOL Download patch file Download diff file Expand all files Collapse all files 3 .woodpecker.yml Unescape Escape View file @ -5,6 +5,5 @@ pipeline: -...
Uses of EventDispatcher in net.i2p.i2ptunnel.streamr Classes in net.i2p.i2ptunnel.streamr that implement EventDispatcher Modifier and Type Class Description class StreamrConsumer Compared to a standard I2PTunnel, this acts like a client on the I2P side (no privkey file) but a server on the UDP side (sends to a configured host/port) class StreamrProducer Compared to a standard I2PTunnel, this acts like a server on the I2P side (persistent privkey file) but a client on...
/bin/bash # # build_keypair.sh # # Create a ECDSA keypair for use with crypto currencies # The key will be derived from whatever seed phrase is entered by the user # # Copyright (c) 2019 B Tasker read -p "Enter a seed sentence: " seedphrase # Derive a private key privkey = $( echo " $seedphrase " | openssl sha256 | cut -d \ -f2 ) # Get a proper copy of the private key privkeyfull = $( openssl ec -inform DER -in < ( cat < ( echo -n "302e0201010420" ) < ( echo -n " $privkey...
. =============================== * build.xml: - Try to automate the release process - Take jetty back out of the updater after 4 releases * Console: - Add a custom error page - Don't count ourselves in known peers - Hide update button when shutting down - Increase skew warning threshold to 3s (was 100ms) - Remove UTC time from summary bar - Truncate long dest names - Try to reduce servlet problems on index page * Core: - Catch unzip fd leaks on error - Move 2 test classes out of the lib * Eepsite: - Quote...
👮 major ✅ irc2p #i2p-dev #i2pd-dev #ls2 #saltr ✅ ilita #4rum #acetonevideo #dev #retroshare #torrent #video2p IRCaBot 2.1.0 GPLv3 © acetone, 2021-2022 #i2p-dev Regular expression / 2025 / 01 /06 Online: 65 +FreefallHeavens +RN_ +Romster +T3s|4 +cims +nyaa2pguy +orignal +postman +qend-irc2p +wodencafe Arch Danny Irc2PGuest10415 Irc2PGuest10884 Irc2PGuest22931 Irc2PGuest35309 Irc2PGuest40422 Irc2PGuest47612 Irc2PGuest56290 Irc2PGuest69494 Irc2PGuest95973 MatrixBot NiceBoat Onn4l7h Onn4|7h Over R4SAS Sisyphus...
I2PTunnel>help Command list: config <i2phost> <i2pport> listen_on <ip> clientoptions[ key=value]* read_timeout <msecs> owndest yes|no ping <args> server <host> <port> <privkeyfile> httpserver <host> <port> <spoofedhost> <privkeyfile> textserver <host> <port> <privkey> genkeys <privkeyfile> [<pubkeyfile>] gentextkeys client <port> <pubkey>[,<pubkey,...]|file:<pubkeyfile> [<sharedClient>] ircclient <port> <pubkey>[,<pubkey,...]