├── .github ├── ISSUE_TEMPLATE │ └── bug_report.md ├── PULL_REQUEST_TEMPLATE │ └── daemon_update.md └── workflows │ └── main.yml ├── .gitignore ├── .gitmodules ├── .vscode ├── c_cpp_properties.json ├── launch.json ├── settings.json └── tasks.json ├── LEGAL ├── AUTHORS ├── COPYING ├── DEVELOPER-AGREEMENT ├── LICENSE └── THIRDPARTY-LICENSES ├── README.md ├── basilisk ├── basilisk.c ├── basilisk.h ├── basilisk_CMD.c ├── basilisk_DEX.c ├── basilisk_MSG.c ├── basilisk_bitcoin.c ├── basilisk_ether.c ├── basilisk_iota.c ├── basilisk_lisk.c ├── basilisk_nxt.c ├── basilisk_ping.c ├── basilisk_swap.c ├── basilisk_tradebot.c ├── basilisk_vote.c ├── basilisk_waves.c ├── jumblr.c ├── smartaddress.c ├── tradebots_SVM.h ├── tradebots_liquidity.c └── tradebots_marketmaker.c ├── crypto777 ├── Makefile ├── OS_nonportable.c ├── OS_portable.c ├── OS_portable.h ├── OS_time.c ├── SaM.c ├── bitcoind_RPC.c ├── cJSON.c ├── crypto777.sources ├── crypto777.sources.old ├── curve25519-donna.c ├── curve25519.c ├── hmac │ ├── crypt_argchk.c │ ├── hash_memory.c │ ├── hmac_done.c │ ├── hmac_file.c │ ├── hmac_init.c │ ├── hmac_memory.c │ ├── hmac_memory_multi.c │ ├── hmac_process.c │ ├── hmac_test.c │ ├── md2.c │ ├── md4.c │ ├── md5.c │ ├── rmd128.c │ ├── rmd160.c │ ├── rmd256.c │ ├── rmd320.c │ ├── sha1.c │ ├── sha224.c │ ├── sha256.c │ ├── sha384.c │ ├── sha512.c │ ├── tiger.c │ ├── tomcrypt.h │ ├── tomcrypt_argchk.h │ ├── tomcrypt_cfg.h │ ├── tomcrypt_cipher.h │ ├── tomcrypt_custom.h │ ├── tomcrypt_hash.h │ ├── tomcrypt_mac.h │ ├── tomcrypt_macros.h │ ├── tomcrypt_math.h │ ├── tomcrypt_misc.h │ ├── tomcrypt_pk.h │ ├── tomcrypt_pkcs.h │ ├── tomcrypt_prng.h │ ├── whirl.c │ └── whirltab.c ├── hmac_sha512.c ├── i ├── iguana_OS.c ├── iguana_serdes.c ├── iguana_utils.c ├── inet.c ├── jpeg │ ├── CMakeLists.txt │ ├── Makefile │ ├── cderror.h │ ├── cdjpeg.h │ ├── jaricom.c │ ├── jcapimin.c │ ├── jcapistd.c │ ├── jcarith.c │ ├── jccoefct.c │ ├── jccolor.c │ ├── jcdctmgr.c │ ├── jchuff.c │ ├── jcinit.c │ ├── jcmainct.c │ ├── jcmarker.c │ ├── jcmaster.c │ ├── jcomapi.c │ ├── jconfig.h │ ├── jcparam.c │ ├── jcprepct.c │ ├── jcsample.c │ ├── jctrans.c │ ├── jdapimin.c │ ├── jdapistd.c │ ├── jdarith.c │ ├── jdatadst.c │ ├── jdatasrc.c │ ├── jdcoefct.c │ ├── jdcolor.c │ ├── jdct.h │ ├── jddctmgr.c │ ├── jdhuff.c │ ├── jdinput.c │ ├── jdmainct.c │ ├── jdmarker.c │ ├── jdmaster.c │ ├── jdmerge.c │ ├── jdpostct.c │ ├── jdsample.c │ ├── jdtrans.c │ ├── jerror.c │ ├── jerror.h │ ├── jfdctflt.c │ ├── jfdctfst.c │ ├── jfdctint.c │ ├── jidctflt.c │ ├── jidctfst.c │ ├── jidctint.c │ ├── jinclude.h │ ├── jmemmgr.c │ ├── jmemsys.h │ ├── jmorecfg.h │ ├── jpegint.h │ ├── jpeglib.h │ ├── jquant1.c │ ├── jquant2.c │ ├── jutils.c │ ├── jversion.h │ ├── misc │ │ ├── ansi2knr.c │ │ ├── cdjpeg.c │ │ ├── cjpeg.c │ │ ├── ckconfig.c │ │ ├── djpeg.c │ │ ├── example.c │ │ ├── jmemansi.c │ │ ├── jmemnobs.c │ │ ├── jpegtran.c │ │ ├── rdbmp.c │ │ ├── rdcolmap.c │ │ ├── rdgif.c │ │ ├── rdjpgcom.c │ │ ├── rdppm.c │ │ ├── rdrle.c │ │ ├── rdswitch.c │ │ ├── rdtarga.c │ │ ├── test.c │ │ ├── transupp.c │ │ ├── wrbmp.c │ │ ├── wrgif.c │ │ ├── wrjpgcom.c │ │ ├── wrppm.c │ │ ├── wrrle.c │ │ └── wrtarga.c │ ├── osx │ │ └── jmemmac.c │ ├── transupp.h │ ├── unix │ │ └── jmemname.c │ └── win │ │ └── jmemdos.c ├── m_LP ├── m_LP_StaticNanoMsg ├── m_clean ├── m_pnacl ├── m_unix ├── nanosrc │ ├── CMakeLists.txt │ ├── README │ ├── aio │ │ ├── ctx.c │ │ ├── ctx.h │ │ ├── fsm.c │ │ ├── fsm.h │ │ ├── poller.c │ │ ├── poller.h │ │ ├── poller_epoll.c │ │ ├── poller_epoll.h │ │ ├── poller_kqueue.c │ │ ├── poller_kqueue.h │ │ ├── poller_poll.c │ │ ├── poller_poll.h │ │ ├── pool.c │ │ ├── pool.h │ │ ├── timer.c │ │ ├── timer.h │ │ ├── timerset.c │ │ ├── timerset.h │ │ ├── usock.c │ │ ├── usock.h │ │ ├── usock_posix.c │ │ ├── usock_posix.c_dev │ │ ├── usock_posix.h │ │ ├── usock_win.c │ │ ├── usock_win.h │ │ ├── worker.c │ │ ├── worker.h │ │ ├── worker_posix.c │ │ ├── worker_posix.h │ │ ├── worker_win.c │ │ └── worker_win.h │ ├── bus.h │ ├── core │ │ ├── README │ │ ├── ep.c │ │ ├── ep.h │ │ ├── epbase.c │ │ ├── global.c │ │ ├── global.h │ │ ├── pipe.c │ │ ├── poll.c │ │ ├── sock.c │ │ ├── sock.h │ │ ├── sockbase.c │ │ └── symbol.c │ ├── devices │ │ ├── device.c │ │ ├── device.h │ │ └── tcpmuxd.c │ ├── inproc.h │ ├── ipc.h │ ├── nn.h │ ├── nn_config.h │ ├── pair.h │ ├── pipeline.h │ ├── pkgconfig.in │ ├── protocol.h │ ├── protocols │ │ ├── README │ │ ├── bus │ │ │ ├── bus.c │ │ │ ├── bus.h │ │ │ ├── xbus.c │ │ │ └── xbus.h │ │ ├── pair │ │ │ ├── pair.c │ │ │ ├── pair.h │ │ │ ├── xpair.c │ │ │ └── xpair.h │ │ ├── pipeline │ │ │ ├── pull.c │ │ │ ├── pull.h │ │ │ ├── push.c │ │ │ ├── push.h │ │ │ ├── xpull.c │ │ │ ├── xpull.h │ │ │ ├── xpush.c │ │ │ └── xpush.h │ │ ├── pubsub │ │ │ ├── pub.c │ │ │ ├── pub.h │ │ │ ├── sub.c │ │ │ ├── sub.h │ │ │ ├── trie.c │ │ │ ├── trie.h │ │ │ ├── xpub.c │ │ │ ├── xpub.h │ │ │ ├── xsub.c │ │ │ └── xsub.h │ │ ├── reqrep │ │ │ ├── rep.c │ │ │ ├── rep.h │ │ │ ├── req.c │ │ │ ├── req.h │ │ │ ├── task.c │ │ │ ├── task.h │ │ │ ├── xrep.c │ │ │ ├── xrep.h │ │ │ ├── xreq.c │ │ │ └── xreq.h │ │ ├── survey │ │ │ ├── respondent.c │ │ │ ├── respondent.h │ │ │ ├── surveyor.c │ │ │ ├── surveyor.h │ │ │ ├── xrespondent.c │ │ │ ├── xrespondent.h │ │ │ ├── xsurveyor.c │ │ │ └── xsurveyor.h │ │ └── utils │ │ │ ├── README │ │ │ ├── dist.c │ │ │ ├── dist.h │ │ │ ├── excl.c │ │ │ ├── excl.h │ │ │ ├── fq.c │ │ │ ├── fq.h │ │ │ ├── lb.c │ │ │ ├── lb.h │ │ │ ├── priolist.c │ │ │ └── priolist.h │ ├── pubsub.h │ ├── reqrep.h │ ├── survey.h │ ├── tcp.h │ ├── tcpmux.h │ ├── tests │ │ ├── README │ │ ├── block.c │ │ ├── bus.c │ │ ├── cmsg.c │ │ ├── device.c │ │ ├── domain.c │ │ ├── emfile.c │ │ ├── hash.c │ │ ├── inproc.c │ │ ├── inproc_shutdown.c │ │ ├── iovec.c │ │ ├── ipc.c │ │ ├── ipc_shutdown.c │ │ ├── ipc_stress.c │ │ ├── list.c │ │ ├── msg.c │ │ ├── pair.c │ │ ├── pipeline.c │ │ ├── poll.c │ │ ├── prio.c │ │ ├── pubsub.c │ │ ├── reqrep.c │ │ ├── separation.c │ │ ├── shutdown.c │ │ ├── survey.c │ │ ├── symbol.c │ │ ├── tcp.c │ │ ├── tcp_shutdown.c │ │ ├── tcpmux.c │ │ ├── term.c │ │ ├── testutil.h │ │ ├── timeo.c │ │ ├── trie.c │ │ ├── ws.c │ │ └── zerocopy.c │ ├── transport.h │ ├── transports │ │ ├── README │ │ ├── inproc │ │ │ ├── binproc.c │ │ │ ├── binproc.h │ │ │ ├── cinproc.c │ │ │ ├── cinproc.h │ │ │ ├── inproc.c │ │ │ ├── inproc.h │ │ │ ├── ins.c │ │ │ ├── ins.h │ │ │ ├── msgqueue.c │ │ │ ├── msgqueue.h │ │ │ ├── sinproc.c │ │ │ └── sinproc.h │ │ ├── ipc │ │ │ ├── aipc.c │ │ │ ├── aipc.h │ │ │ ├── bipc.c │ │ │ ├── bipc.h │ │ │ ├── cipc.c │ │ │ ├── cipc.h │ │ │ ├── ipc.c │ │ │ ├── ipc.h │ │ │ ├── sipc.c │ │ │ └── sipc.h │ │ ├── tcp │ │ │ ├── atcp.c │ │ │ ├── atcp.h │ │ │ ├── btcp.c │ │ │ ├── btcp.h │ │ │ ├── ctcp.c │ │ │ ├── ctcp.h │ │ │ ├── stcp.c │ │ │ ├── stcp.h │ │ │ ├── tcp.c │ │ │ └── tcp.h │ │ ├── tcpmux │ │ │ ├── atcpmux.c │ │ │ ├── atcpmux.h │ │ │ ├── btcpmux.c │ │ │ ├── btcpmux.h │ │ │ ├── ctcpmux.c │ │ │ ├── ctcpmux.h │ │ │ ├── stcpmux.c │ │ │ ├── stcpmux.h │ │ │ ├── tcpmux.c │ │ │ └── tcpmux.h │ │ ├── utils │ │ │ ├── README │ │ │ ├── backoff.c │ │ │ ├── backoff.h │ │ │ ├── base64.c │ │ │ ├── base64.h │ │ │ ├── dns.c │ │ │ ├── dns.h │ │ │ ├── dns_getaddrinfo.c │ │ │ ├── dns_getaddrinfo.h │ │ │ ├── dns_getaddrinfo_a.c │ │ │ ├── dns_getaddrinfo_a.h │ │ │ ├── iface.c │ │ │ ├── iface.h │ │ │ ├── literal.c │ │ │ ├── literal.h │ │ │ ├── port.c │ │ │ ├── port.h │ │ │ ├── streamhdr.c │ │ │ ├── streamhdr.h │ │ │ ├── tcpmux.c │ │ │ └── tcpmux.h │ │ └── ws │ │ │ ├── aws.c │ │ │ ├── aws.h │ │ │ ├── bws.c │ │ │ ├── bws.h │ │ │ ├── cws.c │ │ │ ├── cws.h │ │ │ ├── sha1.c │ │ │ ├── sha1.h │ │ │ ├── sws.c │ │ │ ├── sws.h │ │ │ ├── ws.c │ │ │ ├── ws.h │ │ │ ├── ws_handshake.c │ │ │ └── ws_handshake.h │ ├── utils │ │ ├── README │ │ ├── alloc.c │ │ ├── alloc.h │ │ ├── atomic.c │ │ ├── atomic.h │ │ ├── attr.h │ │ ├── chunk.c │ │ ├── chunk.h │ │ ├── chunkref.c │ │ ├── chunkref.h │ │ ├── clock.c │ │ ├── clock.h │ │ ├── closefd.c │ │ ├── closefd.h │ │ ├── cont.h │ │ ├── efd.c │ │ ├── efd.h │ │ ├── efd_eventfd.c │ │ ├── efd_eventfd.h │ │ ├── efd_pipe.c │ │ ├── efd_pipe.h │ │ ├── efd_socketpair.c │ │ ├── efd_socketpair.h │ │ ├── efd_win.c │ │ ├── efd_win.h │ │ ├── err.c │ │ ├── err.h │ │ ├── fast.h │ │ ├── fd.h │ │ ├── glock.c │ │ ├── glock.h │ │ ├── hash.c │ │ ├── hash.h │ │ ├── int.h │ │ ├── list.c │ │ ├── list.h │ │ ├── msg.c │ │ ├── msg.h │ │ ├── mutex.c │ │ ├── mutex.h │ │ ├── queue.c │ │ ├── queue.h │ │ ├── random.c │ │ ├── random.h │ │ ├── sem.c │ │ ├── sem.h │ │ ├── sleep.c │ │ ├── sleep.h │ │ ├── stopwatch.c │ │ ├── stopwatch.h │ │ ├── thread.c │ │ ├── thread.h │ │ ├── thread_posix.c │ │ ├── thread_posix.h │ │ ├── thread_win.c │ │ ├── thread_win.h │ │ ├── win.h │ │ ├── wire.c │ │ └── wire.h │ └── ws.h ├── ramcoder.c ├── scrypt.c └── tweetnacl.c ├── datachain ├── datachain.c ├── datachain.h ├── datachain_BTC.c ├── datachain_KOMODO.c └── datachain_events.c ├── doc ├── DPOWchain.md ├── bible.md ├── changelog.md ├── daemon_versions.json ├── img │ └── NN_regions.jpeg ├── scoring_epochs.json ├── seed_version_epochs.json ├── update011.md ├── update012.md ├── update013.md ├── update014.md ├── update015.md ├── update020.md ├── update021.md ├── update022.md ├── update023.md ├── update024.md ├── update025.md ├── update030.md ├── update030a.md ├── update031.md ├── update032.md ├── update033.md ├── update034.md ├── update035.md ├── update036.md ├── update037.md ├── update038.md ├── update039.md ├── update040.md ├── update041.md ├── update042.md ├── update043.md ├── update050.md ├── update051.md ├── update0510.md ├── update0511.md ├── update0512.md ├── update0513.md ├── update052.md ├── update053.md ├── update054.md ├── update055.md ├── update056.md ├── update057.md ├── update058.md ├── update059.md ├── update060.md ├── update061.md ├── update0610.md ├── update0611.md ├── update0612.md ├── update0613.md ├── update0614.md ├── update062.md ├── update063.md ├── update064.md ├── update065.md ├── update066.md ├── update067.md ├── update068.md ├── update069.md ├── update070.md ├── update071.md ├── update0710.md ├── update0711.md ├── update0712.md ├── update0713.md ├── update0714.md ├── update0715.md ├── update0716.md ├── update072.md ├── update073.md ├── update074.md ├── update075.md ├── update076.md ├── update077.md ├── update078.md ├── update079.md ├── update080.md ├── update081.md ├── update082.md ├── update083.md └── update084.md ├── gecko ├── gecko.c ├── gecko.h ├── gecko_blocks.c ├── gecko_delayedPoW.c ├── gecko_headers.c ├── gecko_mempool.c └── gecko_miner.c ├── iguana ├── 3p_coins.json ├── 3rd_party ├── Makefile ├── PAX │ ├── peggy.c │ ├── peggy.h │ ├── peggy_accts.c │ ├── peggy_consensus.c │ ├── peggy_price.c │ ├── peggy_ramkv.c │ ├── peggy_serdes.c │ ├── peggy_tx.c │ ├── peggy_txind.c │ └── peggy_update.c ├── SuperNET_keys.c ├── acsplit ├── add_coins ├── assetchains.json ├── assetchains.old ├── assets.sh ├── build_static_nanomsg.sh ├── checkGLEEC.sh ├── client ├── coins │ ├── bczero_7776 │ ├── ccl_7776 │ ├── clc_7776 │ ├── extract_genesis.c │ ├── gleec_7776 │ ├── gleecold_7776 │ ├── iln_7776 │ ├── kmd_7776 │ ├── kmd_osx │ ├── koin_7776 │ ├── ltc_7776 │ ├── m_extract_genesis │ ├── mcl_7779 │ ├── mdx_7776 │ ├── pirate_7776 │ ├── raph_7776 │ ├── thc_7776 │ └── tokel_7779 ├── config.nn.example ├── dPoW.h ├── databases │ ├── cdb-0.75 │ │ ├── CHANGES │ │ ├── FILES │ │ ├── Makefile │ │ ├── README │ │ ├── SYSDEPS │ │ ├── TARGETS │ │ ├── TODO │ │ ├── VERSION │ │ ├── alloc.c │ │ ├── alloc.h │ │ ├── auto-str │ │ ├── auto-str.c │ │ ├── auto_home.c │ │ ├── auto_home.h │ │ ├── buffer.c │ │ ├── buffer.h │ │ ├── buffer_0.c │ │ ├── buffer_1.c │ │ ├── buffer_1s.c │ │ ├── buffer_2.c │ │ ├── buffer_copy.c │ │ ├── buffer_get.c │ │ ├── buffer_put.c │ │ ├── byte.h │ │ ├── byte_copy.c │ │ ├── byte_cr.c │ │ ├── byte_diff.c │ │ ├── cdb.c │ │ ├── cdb.h │ │ ├── cdb_hash.c │ │ ├── cdb_make.c │ │ ├── cdb_make.h │ │ ├── cdbdump │ │ ├── cdbdump.c │ │ ├── cdbget │ │ ├── cdbget.c │ │ ├── cdbmake │ │ ├── cdbmake-12 │ │ ├── cdbmake-12.sh │ │ ├── cdbmake-sv │ │ ├── cdbmake-sv.sh │ │ ├── cdbmake.c │ │ ├── cdbstats │ │ ├── cdbstats.c │ │ ├── cdbtest │ │ ├── cdbtest.c │ │ ├── choose.sh │ │ ├── compile │ │ ├── conf-cc │ │ ├── conf-home │ │ ├── conf-ld │ │ ├── error.c │ │ ├── error.h │ │ ├── error_str.c │ │ ├── exit.h │ │ ├── find-systype.sh │ │ ├── fmt.h │ │ ├── fmt_ulong.c │ │ ├── hier.c │ │ ├── install │ │ ├── install.c │ │ ├── instcheck │ │ ├── instcheck.c │ │ ├── load │ │ ├── makelib │ │ ├── open.h │ │ ├── open_read.c │ │ ├── open_trunc.c │ │ ├── random.cdb │ │ ├── readwrite.h │ │ ├── rts │ │ ├── rts.exp │ │ ├── rts.sh │ │ ├── rts.tests │ │ ├── scan.h │ │ ├── scan_ulong.c │ │ ├── seek.h │ │ ├── seek_cur.c │ │ ├── seek_set.c │ │ ├── str.h │ │ ├── str_len.c │ │ ├── strerr.h │ │ ├── strerr_die.c │ │ ├── strerr_sys.c │ │ ├── systype │ │ ├── testzero │ │ ├── testzero.c │ │ ├── trycpp.c │ │ ├── tryulong32.c │ │ ├── uint32.h │ │ ├── uint32.h1 │ │ ├── uint32.h2 │ │ ├── uint32_pack.c │ │ ├── uint32_unpack.c │ │ ├── warn-auto.sh │ │ └── x86cpuid.c │ └── iguana_DB.c ├── dpow │ ├── dpow_fsm.c │ ├── dpow_network.c │ ├── dpow_prices.c │ ├── dpow_rpc.c │ └── dpow_tx.c ├── dpowassets ├── elected ├── exchanges │ ├── DEXstats.h │ ├── LP_NXT.c │ ├── LP_RTmetrics.c │ ├── LP_bitcoin.c │ ├── LP_cache.c │ ├── LP_coins.c │ ├── LP_commands.c │ ├── LP_etomic.c │ ├── LP_etomic.h │ ├── LP_forwarding.c │ ├── LP_include.h │ ├── LP_instantdex.c │ ├── LP_messages.c │ ├── LP_mmjson.c │ ├── LP_mpnet.c │ ├── LP_nativeDEX.c │ ├── LP_network.c │ ├── LP_ordermatch.c │ ├── LP_peers.c │ ├── LP_portfolio.c │ ├── LP_prices.c │ ├── LP_privkey.c │ ├── LP_remember.c │ ├── LP_rpc.c │ ├── LP_scan.c │ ├── LP_secp.c │ ├── LP_signatures.c │ ├── LP_socket.c │ ├── LP_statemachine.c │ ├── LP_stats.c │ ├── LP_swap.c │ ├── LP_tradebots.c │ ├── LP_transaction.c │ ├── LP_utxo.c │ ├── PAX.c │ ├── barterDEX.c │ ├── bitcoin.c │ ├── bitcoin.h │ ├── bitfinex.c │ ├── bitstamp.c │ ├── bittrex.c │ ├── btc38.c │ ├── btce.c │ ├── checkbalance.c │ ├── coinbase.c │ ├── exchange_supports.h │ ├── exchange_undefs.h │ ├── fxcm.c │ ├── huobi.c │ ├── instaforex.c │ ├── jumblr.c │ ├── lakebtc.c │ ├── mm 17740.c │ ├── mm.c │ ├── nxtae.c │ ├── okcoin.c │ ├── poloniex.c │ ├── quadriga.c │ ├── stats.c │ ├── truefx.c │ └── unconf.c ├── exchanges777.h ├── fastgenbtc ├── genbtcloop ├── genbtcloop8 ├── iguana777.c ├── iguana777.h ├── iguana_accept.c ├── iguana_bitmap.c ├── iguana_blocks.c ├── iguana_bundles.c ├── iguana_chains.c ├── iguana_exchanges.c ├── iguana_init.c ├── iguana_interpreter.c ├── iguana_json.c ├── iguana_mofn.c ├── iguana_msg.c ├── iguana_notary.c ├── iguana_passport.c ├── iguana_payments.c ├── iguana_peers.c ├── iguana_ramchain.c ├── iguana_realtime.c ├── iguana_recv.c ├── iguana_rpc.c ├── iguana_scripts.c ├── iguana_secp.c ├── iguana_sign.c ├── iguana_spendvectors.c ├── iguana_stake.c ├── iguana_tradebots.c ├── iguana_tx.c ├── iguana_txidfind.c ├── iguana_unspents.c ├── iguana_volatiles.c ├── iguana_wallet.c ├── kmd_lookup.h ├── listassetchainparams ├── listassetchains ├── m_clean ├── m_notary ├── m_notary_3rdparty ├── m_notary_3rdparty_docker ├── m_notary_build ├── m_notary_main ├── m_notary_testnet ├── m_pnacl ├── m_stats ├── m_test ├── m_unix ├── main.c ├── manifest.json ├── mini-gmp.c ├── mini-gmp.h ├── ni ├── notaries.h ├── notarizations ├── notary.sh ├── orderbooks.h ├── pnacl │ └── Release │ │ └── iguana.nmf ├── pthreadVC2.lib ├── ramchain_api.c ├── secp256k1 │ ├── CMakeLists.txt │ ├── Makefile │ ├── include │ │ ├── secp256k1.h │ │ ├── secp256k1_ecdh.h │ │ ├── secp256k1_rangeproof.h │ │ ├── secp256k1_recovery.h │ │ └── secp256k1_schnorr.h │ ├── m_android │ ├── m_ios │ ├── m_js │ ├── m_osx │ ├── m_osx_release │ ├── m_unix │ └── src │ │ ├── .dirstamp │ │ ├── basic-config.h │ │ ├── bench.h │ │ ├── bench_ecdh.c │ │ ├── bench_internal.c │ │ ├── bench_rangeproof.c │ │ ├── bench_recover.c │ │ ├── bench_schnorr_verify.c │ │ ├── bench_sign.c │ │ ├── bench_verify.c │ │ ├── ecdsa.h │ │ ├── ecdsa_impl.h │ │ ├── eckey.h │ │ ├── eckey_impl.h │ │ ├── ecmult.h │ │ ├── ecmult_const.h │ │ ├── ecmult_const_impl.h │ │ ├── ecmult_gen.h │ │ ├── ecmult_gen_impl.h │ │ ├── ecmult_impl.h │ │ ├── ecmult_static_context.h │ │ ├── field.h │ │ ├── field_10x26.h │ │ ├── field_10x26_impl.h │ │ ├── field_5x52.h │ │ ├── field_5x52_asm_impl.h │ │ ├── field_5x52_impl.h │ │ ├── field_5x52_int128_impl.h │ │ ├── field_impl.h │ │ ├── gen_context.c │ │ ├── group.h │ │ ├── group_impl.h │ │ ├── hash.h │ │ ├── hash_impl.h │ │ ├── java │ │ ├── org │ │ │ └── bitcoin │ │ │ │ └── NativeSecp256k1.java │ │ ├── org_bitcoin_NativeSecp256k1.c │ │ └── org_bitcoin_NativeSecp256k1.h │ │ ├── libsecp256k1-config.h │ │ ├── libsecp256k1-config.h.in │ │ ├── modules │ │ ├── ecdh │ │ │ ├── Makefile.am.include │ │ │ ├── main_impl.h │ │ │ └── tests_impl.h │ │ ├── rangeproof │ │ │ ├── Makefile.am.include │ │ │ ├── borromean.h │ │ │ ├── borromean_impl.h │ │ │ ├── main_impl.h │ │ │ ├── pedersen.h │ │ │ ├── pedersen_impl.h │ │ │ ├── rangeproof.h │ │ │ ├── rangeproof_impl.h │ │ │ └── tests_impl.h │ │ ├── recovery │ │ │ ├── Makefile.am.include │ │ │ ├── main_impl.h │ │ │ └── tests_impl.h │ │ └── schnorr │ │ │ ├── Makefile.am.include │ │ │ ├── main_impl.h │ │ │ ├── schnorr.h │ │ │ ├── schnorr_impl.h │ │ │ └── tests_impl.h │ │ ├── num.h │ │ ├── num_gmp.h │ │ ├── num_gmp_impl.h │ │ ├── num_impl.h │ │ ├── scalar.h │ │ ├── scalar_4x64.h │ │ ├── scalar_4x64_impl.h │ │ ├── scalar_8x32.h │ │ ├── scalar_8x32_impl.h │ │ ├── scalar_impl.h │ │ ├── secp256k1.c │ │ ├── stamp-h1 │ │ ├── testrand.h │ │ ├── testrand_impl.h │ │ ├── tests.c │ │ └── util.h ├── segwit_addr.c ├── segwit_addr.h ├── sph_keccak.h ├── sph_types.h ├── version └── verus_holdover_keys ├── includes ├── cJSON.h ├── ccgi.h ├── curl │ ├── .gitignore │ ├── Makefile.am │ ├── curl.h │ ├── curlbuild.h.cmake │ ├── curlbuild.h.dist │ ├── curlbuild.h.in │ ├── curlrules.h │ ├── curlver.h │ ├── easy.h │ ├── mprintf.h │ ├── multi.h │ ├── stdcheaders.h │ └── typecheck-gcc.h ├── curve25519.h ├── iguana_api.h ├── iguana_apideclares.h ├── iguana_apideclares2.h ├── iguana_apidefs.h ├── iguana_apiundefs.h ├── iguana_defines.h ├── iguana_funcs.h ├── iguana_globals.h ├── iguana_structs.h ├── iguana_types.h ├── libgfshare.h ├── nonportable.h ├── openssl │ ├── aes.h │ ├── asn1.h │ ├── asn1_mac.h │ ├── asn1t.h │ ├── bio.h │ ├── blowfish.h │ ├── bn.h │ ├── buffer.h │ ├── camellia.h │ ├── cast.h │ ├── cmac.h │ ├── cms.h │ ├── comp.h │ ├── conf.h │ ├── conf_api.h │ ├── cryptlib.h │ ├── crypto.h │ ├── curl.h │ ├── curlbuild.h │ ├── curlrules.h │ ├── curlver.h │ ├── des.h │ ├── des_old.h │ ├── dh.h │ ├── dsa.h │ ├── dso.h │ ├── dtls1.h │ ├── e_os.h │ ├── e_os2.h │ ├── easy.h │ ├── ebcdic.h │ ├── ec.h │ ├── ecdh.h │ ├── ecdsa.h │ ├── engine.h │ ├── err.h │ ├── evp.h │ ├── fips_err.h │ ├── hmac.h │ ├── idea.h │ ├── krb5_asn.h │ ├── kssl.h │ ├── lhash.h │ ├── md32_common.h │ ├── md4.h │ ├── md5.h │ ├── mdc2.h │ ├── modes.h │ ├── mprintf.h │ ├── multi.h │ ├── o_dir.h │ ├── o_str.h │ ├── o_time.h │ ├── obj_mac.h │ ├── objects.h │ ├── ocsp.h │ ├── opensslconf.h │ ├── opensslv.h │ ├── ossl_typ.h │ ├── pem.h │ ├── pem2.h │ ├── pkcs12.h │ ├── pkcs7.h │ ├── pqueue.h │ ├── rand.h │ ├── rc2.h │ ├── rc4.h │ ├── ripemd.h │ ├── rsa.h │ ├── safestack.h │ ├── seed.h │ ├── sha.h │ ├── srp.h │ ├── srtp.h │ ├── ssl.h │ ├── ssl2.h │ ├── ssl23.h │ ├── ssl3.h │ ├── stack.h │ ├── stdcheaders.h │ ├── symhacks.h │ ├── tls1.h │ ├── ts.h │ ├── txt_db.h │ ├── typecheck-gcc.h │ ├── ui.h │ ├── ui_compat.h │ ├── vms_rms.h │ ├── whrlpool.h │ ├── x509.h │ ├── x509_vfy.h │ ├── x509v3.h │ ├── zconf.h │ └── zlib.h ├── ppapi │ └── c │ │ ├── dev │ │ ├── deprecated_bool.h │ │ ├── pp_cursor_type_dev.h │ │ ├── pp_print_settings_dev.h │ │ ├── ppb_cursor_control_dev.h │ │ ├── ppb_file_chooser_dev.h │ │ ├── ppb_font_dev.h │ │ ├── ppb_memory_dev.h │ │ ├── ppb_opengles2ext_dev.h │ │ ├── ppb_printing_dev.h │ │ ├── ppb_trace_event_dev.h │ │ ├── ppb_truetype_font_dev.h │ │ ├── ppb_var_deprecated.h │ │ ├── ppb_view_dev.h │ │ ├── ppb_zoom_dev.h │ │ ├── ppp_class_deprecated.h │ │ ├── ppp_network_state_dev.h │ │ ├── ppp_printing_dev.h │ │ ├── ppp_scrollbar_dev.h │ │ ├── ppp_selection_dev.h │ │ ├── ppp_text_input_dev.h │ │ └── ppp_zoom_dev.h │ │ ├── pp_array_output.h │ │ ├── pp_bool.h │ │ ├── pp_codecs.h │ │ ├── pp_completion_callback.h │ │ ├── pp_directory_entry.h │ │ ├── pp_errors.h │ │ ├── pp_file_info.h │ │ ├── pp_graphics_3d.h │ │ ├── pp_input_event.h │ │ ├── pp_instance.h │ │ ├── pp_macros.h │ │ ├── pp_module.h │ │ ├── pp_point.h │ │ ├── pp_rect.h │ │ ├── pp_resource.h │ │ ├── pp_size.h │ │ ├── pp_stdint.h │ │ ├── pp_time.h │ │ ├── pp_touch_point.h │ │ ├── pp_var.h │ │ ├── ppb.h │ │ ├── ppb_audio.h │ │ ├── ppb_audio_buffer.h │ │ ├── ppb_audio_config.h │ │ ├── ppb_compositor.h │ │ ├── ppb_compositor_layer.h │ │ ├── ppb_console.h │ │ ├── ppb_core.h │ │ ├── ppb_file_io.h │ │ ├── ppb_file_ref.h │ │ ├── ppb_file_system.h │ │ ├── ppb_fullscreen.h │ │ ├── ppb_gamepad.h │ │ ├── ppb_graphics_2d.h │ │ ├── ppb_graphics_3d.h │ │ ├── ppb_host_resolver.h │ │ ├── ppb_image_data.h │ │ ├── ppb_input_event.h │ │ ├── ppb_instance.h │ │ ├── ppb_media_stream_audio_track.h │ │ ├── ppb_media_stream_video_track.h │ │ ├── ppb_message_loop.h │ │ ├── ppb_messaging.h │ │ ├── ppb_mouse_cursor.h │ │ ├── ppb_mouse_lock.h │ │ ├── ppb_net_address.h │ │ ├── ppb_network_list.h │ │ ├── ppb_network_monitor.h │ │ ├── ppb_network_proxy.h │ │ ├── ppb_opengles2.h │ │ ├── ppb_tcp_socket.h │ │ ├── ppb_text_input_controller.h │ │ ├── ppb_udp_socket.h │ │ ├── ppb_url_loader.h │ │ ├── ppb_url_request_info.h │ │ ├── ppb_url_response_info.h │ │ ├── ppb_var.h │ │ ├── ppb_var_array.h │ │ ├── ppb_var_array_buffer.h │ │ ├── ppb_var_dictionary.h │ │ ├── ppb_video_decoder.h │ │ ├── ppb_video_encoder.h │ │ ├── ppb_video_frame.h │ │ ├── ppb_view.h │ │ ├── ppb_websocket.h │ │ ├── ppp.h │ │ ├── ppp_graphics_3d.h │ │ ├── ppp_input_event.h │ │ ├── ppp_instance.h │ │ ├── ppp_message_handler.h │ │ ├── ppp_messaging.h │ │ ├── ppp_mouse_lock.h │ │ └── private │ │ ├── pp_file_handle.h │ │ ├── ppb_ext_crx_file_system_private.h │ │ ├── ppb_file_io_private.h │ │ ├── ppb_file_ref_private.h │ │ ├── ppb_host_resolver_private.h │ │ ├── ppb_input_event_private.h │ │ ├── ppb_isolated_file_system_private.h │ │ ├── ppb_net_address_private.h │ │ ├── ppb_output_protection_private.h │ │ ├── ppb_tcp_server_socket_private.h │ │ ├── ppb_tcp_socket_private.h │ │ ├── ppb_udp_socket_private.h │ │ ├── ppb_uma_private.h │ │ └── ppb_x509_certificate_private.h ├── secp256k1.h ├── secp256k1_ecdh.h ├── secp256k1_rangeproof.h ├── secp256k1_schnorr.h ├── tweetnacl.h ├── uthash.h └── utlist.h ├── pnacl.pem └── pnacl_main.h /.github/ISSUE_TEMPLATE/bug_report.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/.github/ISSUE_TEMPLATE/bug_report.md -------------------------------------------------------------------------------- /.github/workflows/main.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/.github/workflows/main.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/.gitmodules -------------------------------------------------------------------------------- /.vscode/c_cpp_properties.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/.vscode/c_cpp_properties.json -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /.vscode/settings.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/.vscode/settings.json -------------------------------------------------------------------------------- /.vscode/tasks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/.vscode/tasks.json -------------------------------------------------------------------------------- /LEGAL/AUTHORS: -------------------------------------------------------------------------------- 1 | jl777 https://github.com/jl777 2 | 3 | -------------------------------------------------------------------------------- /LEGAL/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/LEGAL/COPYING -------------------------------------------------------------------------------- /LEGAL/DEVELOPER-AGREEMENT: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/LEGAL/DEVELOPER-AGREEMENT -------------------------------------------------------------------------------- /LEGAL/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/LEGAL/LICENSE -------------------------------------------------------------------------------- /LEGAL/THIRDPARTY-LICENSES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/LEGAL/THIRDPARTY-LICENSES -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/README.md -------------------------------------------------------------------------------- /basilisk/basilisk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk.c -------------------------------------------------------------------------------- /basilisk/basilisk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk.h -------------------------------------------------------------------------------- /basilisk/basilisk_CMD.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_CMD.c -------------------------------------------------------------------------------- /basilisk/basilisk_DEX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_DEX.c -------------------------------------------------------------------------------- /basilisk/basilisk_MSG.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_MSG.c -------------------------------------------------------------------------------- /basilisk/basilisk_bitcoin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_bitcoin.c -------------------------------------------------------------------------------- /basilisk/basilisk_ether.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_ether.c -------------------------------------------------------------------------------- /basilisk/basilisk_iota.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_iota.c -------------------------------------------------------------------------------- /basilisk/basilisk_lisk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_lisk.c -------------------------------------------------------------------------------- /basilisk/basilisk_nxt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_nxt.c -------------------------------------------------------------------------------- /basilisk/basilisk_ping.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_ping.c -------------------------------------------------------------------------------- /basilisk/basilisk_swap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_swap.c -------------------------------------------------------------------------------- /basilisk/basilisk_tradebot.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_tradebot.c -------------------------------------------------------------------------------- /basilisk/basilisk_vote.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_vote.c -------------------------------------------------------------------------------- /basilisk/basilisk_waves.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/basilisk_waves.c -------------------------------------------------------------------------------- /basilisk/jumblr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/jumblr.c -------------------------------------------------------------------------------- /basilisk/smartaddress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/smartaddress.c -------------------------------------------------------------------------------- /basilisk/tradebots_SVM.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/tradebots_SVM.h -------------------------------------------------------------------------------- /basilisk/tradebots_liquidity.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/tradebots_liquidity.c -------------------------------------------------------------------------------- /basilisk/tradebots_marketmaker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/basilisk/tradebots_marketmaker.c -------------------------------------------------------------------------------- /crypto777/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/Makefile -------------------------------------------------------------------------------- /crypto777/OS_nonportable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/OS_nonportable.c -------------------------------------------------------------------------------- /crypto777/OS_portable.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/OS_portable.c -------------------------------------------------------------------------------- /crypto777/OS_portable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/OS_portable.h -------------------------------------------------------------------------------- /crypto777/OS_time.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/OS_time.c -------------------------------------------------------------------------------- /crypto777/SaM.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/SaM.c -------------------------------------------------------------------------------- /crypto777/bitcoind_RPC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/bitcoind_RPC.c -------------------------------------------------------------------------------- /crypto777/cJSON.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/cJSON.c -------------------------------------------------------------------------------- /crypto777/crypto777.sources: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /crypto777/crypto777.sources.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/crypto777.sources.old -------------------------------------------------------------------------------- /crypto777/curve25519-donna.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/curve25519-donna.c -------------------------------------------------------------------------------- /crypto777/curve25519.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/curve25519.c -------------------------------------------------------------------------------- /crypto777/hmac/crypt_argchk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/crypt_argchk.c -------------------------------------------------------------------------------- /crypto777/hmac/hash_memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/hash_memory.c -------------------------------------------------------------------------------- /crypto777/hmac/hmac_done.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/hmac_done.c -------------------------------------------------------------------------------- /crypto777/hmac/hmac_file.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/hmac_file.c -------------------------------------------------------------------------------- /crypto777/hmac/hmac_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/hmac_init.c -------------------------------------------------------------------------------- /crypto777/hmac/hmac_memory.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/hmac_memory.c -------------------------------------------------------------------------------- /crypto777/hmac/hmac_memory_multi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/hmac_memory_multi.c -------------------------------------------------------------------------------- /crypto777/hmac/hmac_process.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/hmac_process.c -------------------------------------------------------------------------------- /crypto777/hmac/hmac_test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/hmac_test.c -------------------------------------------------------------------------------- /crypto777/hmac/md2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/md2.c -------------------------------------------------------------------------------- /crypto777/hmac/md4.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/md4.c -------------------------------------------------------------------------------- /crypto777/hmac/md5.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/md5.c -------------------------------------------------------------------------------- /crypto777/hmac/rmd128.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/rmd128.c -------------------------------------------------------------------------------- /crypto777/hmac/rmd160.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/rmd160.c -------------------------------------------------------------------------------- /crypto777/hmac/rmd256.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/rmd256.c -------------------------------------------------------------------------------- /crypto777/hmac/rmd320.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/rmd320.c -------------------------------------------------------------------------------- /crypto777/hmac/sha1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/sha1.c -------------------------------------------------------------------------------- /crypto777/hmac/sha224.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/sha224.c -------------------------------------------------------------------------------- /crypto777/hmac/sha256.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/sha256.c -------------------------------------------------------------------------------- /crypto777/hmac/sha384.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/sha384.c -------------------------------------------------------------------------------- /crypto777/hmac/sha512.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/sha512.c -------------------------------------------------------------------------------- /crypto777/hmac/tiger.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tiger.c -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt.h -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt_argchk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt_argchk.h -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt_cfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt_cfg.h -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt_cipher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt_cipher.h -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt_custom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt_custom.h -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt_hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt_hash.h -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt_mac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt_mac.h -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt_macros.h -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt_math.h -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt_misc.h -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt_pk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt_pk.h -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt_pkcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt_pkcs.h -------------------------------------------------------------------------------- /crypto777/hmac/tomcrypt_prng.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/tomcrypt_prng.h -------------------------------------------------------------------------------- /crypto777/hmac/whirl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/whirl.c -------------------------------------------------------------------------------- /crypto777/hmac/whirltab.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac/whirltab.c -------------------------------------------------------------------------------- /crypto777/hmac_sha512.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/hmac_sha512.c -------------------------------------------------------------------------------- /crypto777/i: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/i -------------------------------------------------------------------------------- /crypto777/iguana_OS.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/iguana_OS.c -------------------------------------------------------------------------------- /crypto777/iguana_serdes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/iguana_serdes.c -------------------------------------------------------------------------------- /crypto777/iguana_utils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/iguana_utils.c -------------------------------------------------------------------------------- /crypto777/inet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/inet.c -------------------------------------------------------------------------------- /crypto777/jpeg/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/CMakeLists.txt -------------------------------------------------------------------------------- /crypto777/jpeg/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/Makefile -------------------------------------------------------------------------------- /crypto777/jpeg/cderror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/cderror.h -------------------------------------------------------------------------------- /crypto777/jpeg/cdjpeg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/cdjpeg.h -------------------------------------------------------------------------------- /crypto777/jpeg/jaricom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jaricom.c -------------------------------------------------------------------------------- /crypto777/jpeg/jcapimin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jcapimin.c -------------------------------------------------------------------------------- /crypto777/jpeg/jcapistd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jcapistd.c -------------------------------------------------------------------------------- /crypto777/jpeg/jcarith.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jcarith.c -------------------------------------------------------------------------------- /crypto777/jpeg/jccoefct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jccoefct.c -------------------------------------------------------------------------------- /crypto777/jpeg/jccolor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jccolor.c -------------------------------------------------------------------------------- /crypto777/jpeg/jcdctmgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jcdctmgr.c -------------------------------------------------------------------------------- /crypto777/jpeg/jchuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jchuff.c -------------------------------------------------------------------------------- /crypto777/jpeg/jcinit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jcinit.c -------------------------------------------------------------------------------- /crypto777/jpeg/jcmainct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jcmainct.c -------------------------------------------------------------------------------- /crypto777/jpeg/jcmarker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jcmarker.c -------------------------------------------------------------------------------- /crypto777/jpeg/jcmaster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jcmaster.c -------------------------------------------------------------------------------- /crypto777/jpeg/jcomapi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jcomapi.c -------------------------------------------------------------------------------- /crypto777/jpeg/jconfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jconfig.h -------------------------------------------------------------------------------- /crypto777/jpeg/jcparam.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jcparam.c -------------------------------------------------------------------------------- /crypto777/jpeg/jcprepct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jcprepct.c -------------------------------------------------------------------------------- /crypto777/jpeg/jcsample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jcsample.c -------------------------------------------------------------------------------- /crypto777/jpeg/jctrans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jctrans.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdapimin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdapimin.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdapistd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdapistd.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdarith.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdarith.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdatadst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdatadst.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdatasrc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdatasrc.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdcoefct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdcoefct.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdcolor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdcolor.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdct.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdct.h -------------------------------------------------------------------------------- /crypto777/jpeg/jddctmgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jddctmgr.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdhuff.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdhuff.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdinput.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdinput.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdmainct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdmainct.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdmarker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdmarker.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdmaster.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdmaster.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdmerge.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdmerge.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdpostct.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdpostct.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdsample.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdsample.c -------------------------------------------------------------------------------- /crypto777/jpeg/jdtrans.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jdtrans.c -------------------------------------------------------------------------------- /crypto777/jpeg/jerror.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jerror.c -------------------------------------------------------------------------------- /crypto777/jpeg/jerror.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jerror.h -------------------------------------------------------------------------------- /crypto777/jpeg/jfdctflt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jfdctflt.c -------------------------------------------------------------------------------- /crypto777/jpeg/jfdctfst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jfdctfst.c -------------------------------------------------------------------------------- /crypto777/jpeg/jfdctint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jfdctint.c -------------------------------------------------------------------------------- /crypto777/jpeg/jidctflt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jidctflt.c -------------------------------------------------------------------------------- /crypto777/jpeg/jidctfst.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jidctfst.c -------------------------------------------------------------------------------- /crypto777/jpeg/jidctint.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jidctint.c -------------------------------------------------------------------------------- /crypto777/jpeg/jinclude.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jinclude.h -------------------------------------------------------------------------------- /crypto777/jpeg/jmemmgr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jmemmgr.c -------------------------------------------------------------------------------- /crypto777/jpeg/jmemsys.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jmemsys.h -------------------------------------------------------------------------------- /crypto777/jpeg/jmorecfg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jmorecfg.h -------------------------------------------------------------------------------- /crypto777/jpeg/jpegint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jpegint.h -------------------------------------------------------------------------------- /crypto777/jpeg/jpeglib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jpeglib.h -------------------------------------------------------------------------------- /crypto777/jpeg/jquant1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jquant1.c -------------------------------------------------------------------------------- /crypto777/jpeg/jquant2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jquant2.c -------------------------------------------------------------------------------- /crypto777/jpeg/jutils.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jutils.c -------------------------------------------------------------------------------- /crypto777/jpeg/jversion.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/jversion.h -------------------------------------------------------------------------------- /crypto777/jpeg/misc/ansi2knr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/ansi2knr.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/cdjpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/cdjpeg.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/cjpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/cjpeg.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/ckconfig.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/ckconfig.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/djpeg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/djpeg.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/example.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/example.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/jmemansi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/jmemansi.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/jmemnobs.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/jmemnobs.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/jpegtran.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/jpegtran.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/rdbmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/rdbmp.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/rdcolmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/rdcolmap.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/rdgif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/rdgif.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/rdjpgcom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/rdjpgcom.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/rdppm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/rdppm.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/rdrle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/rdrle.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/rdswitch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/rdswitch.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/rdtarga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/rdtarga.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/test.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/test.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/transupp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/transupp.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/wrbmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/wrbmp.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/wrgif.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/wrgif.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/wrjpgcom.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/wrjpgcom.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/wrppm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/wrppm.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/wrrle.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/wrrle.c -------------------------------------------------------------------------------- /crypto777/jpeg/misc/wrtarga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/misc/wrtarga.c -------------------------------------------------------------------------------- /crypto777/jpeg/osx/jmemmac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/osx/jmemmac.c -------------------------------------------------------------------------------- /crypto777/jpeg/transupp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/transupp.h -------------------------------------------------------------------------------- /crypto777/jpeg/unix/jmemname.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/unix/jmemname.c -------------------------------------------------------------------------------- /crypto777/jpeg/win/jmemdos.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/jpeg/win/jmemdos.c -------------------------------------------------------------------------------- /crypto777/m_LP: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/m_LP -------------------------------------------------------------------------------- /crypto777/m_LP_StaticNanoMsg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/m_LP_StaticNanoMsg -------------------------------------------------------------------------------- /crypto777/m_clean: -------------------------------------------------------------------------------- 1 | rm *.o ../agents/libcrypto777.a 2 | -------------------------------------------------------------------------------- /crypto777/m_pnacl: -------------------------------------------------------------------------------- 1 | make 2 | -------------------------------------------------------------------------------- /crypto777/m_unix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/m_unix -------------------------------------------------------------------------------- /crypto777/nanosrc/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/CMakeLists.txt -------------------------------------------------------------------------------- /crypto777/nanosrc/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/README -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/ctx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/ctx.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/ctx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/ctx.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/fsm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/fsm.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/fsm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/fsm.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/poller.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/poller.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/poller.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/poller.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/poller_epoll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/poller_epoll.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/poller_epoll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/poller_epoll.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/poller_poll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/poller_poll.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/poller_poll.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/poller_poll.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/pool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/pool.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/pool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/pool.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/timer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/timer.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/timer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/timer.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/timerset.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/timerset.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/timerset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/timerset.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/usock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/usock.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/usock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/usock.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/usock_posix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/usock_posix.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/usock_posix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/usock_posix.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/usock_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/usock_win.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/usock_win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/usock_win.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/worker.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/worker.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/worker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/worker.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/worker_posix.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/worker_posix.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/worker_posix.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/worker_posix.h -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/worker_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/worker_win.c -------------------------------------------------------------------------------- /crypto777/nanosrc/aio/worker_win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/aio/worker_win.h -------------------------------------------------------------------------------- /crypto777/nanosrc/bus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/bus.h -------------------------------------------------------------------------------- /crypto777/nanosrc/core/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/core/README -------------------------------------------------------------------------------- /crypto777/nanosrc/core/ep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/core/ep.c -------------------------------------------------------------------------------- /crypto777/nanosrc/core/ep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/core/ep.h -------------------------------------------------------------------------------- /crypto777/nanosrc/core/epbase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/core/epbase.c -------------------------------------------------------------------------------- /crypto777/nanosrc/core/global.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/core/global.c -------------------------------------------------------------------------------- /crypto777/nanosrc/core/global.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/core/global.h -------------------------------------------------------------------------------- /crypto777/nanosrc/core/pipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/core/pipe.c -------------------------------------------------------------------------------- /crypto777/nanosrc/core/poll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/core/poll.c -------------------------------------------------------------------------------- /crypto777/nanosrc/core/sock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/core/sock.c -------------------------------------------------------------------------------- /crypto777/nanosrc/core/sock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/core/sock.h -------------------------------------------------------------------------------- /crypto777/nanosrc/core/sockbase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/core/sockbase.c -------------------------------------------------------------------------------- /crypto777/nanosrc/core/symbol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/core/symbol.c -------------------------------------------------------------------------------- /crypto777/nanosrc/devices/device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/devices/device.c -------------------------------------------------------------------------------- /crypto777/nanosrc/devices/device.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/devices/device.h -------------------------------------------------------------------------------- /crypto777/nanosrc/devices/tcpmuxd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/devices/tcpmuxd.c -------------------------------------------------------------------------------- /crypto777/nanosrc/inproc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/inproc.h -------------------------------------------------------------------------------- /crypto777/nanosrc/ipc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/ipc.h -------------------------------------------------------------------------------- /crypto777/nanosrc/nn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/nn.h -------------------------------------------------------------------------------- /crypto777/nanosrc/nn_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/nn_config.h -------------------------------------------------------------------------------- /crypto777/nanosrc/pair.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/pair.h -------------------------------------------------------------------------------- /crypto777/nanosrc/pipeline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/pipeline.h -------------------------------------------------------------------------------- /crypto777/nanosrc/pkgconfig.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/pkgconfig.in -------------------------------------------------------------------------------- /crypto777/nanosrc/protocol.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/protocol.h -------------------------------------------------------------------------------- /crypto777/nanosrc/protocols/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/protocols/README -------------------------------------------------------------------------------- /crypto777/nanosrc/pubsub.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/pubsub.h -------------------------------------------------------------------------------- /crypto777/nanosrc/reqrep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/reqrep.h -------------------------------------------------------------------------------- /crypto777/nanosrc/survey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/survey.h -------------------------------------------------------------------------------- /crypto777/nanosrc/tcp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tcp.h -------------------------------------------------------------------------------- /crypto777/nanosrc/tcpmux.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tcpmux.h -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/README -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/block.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/block.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/bus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/bus.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/cmsg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/cmsg.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/device.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/domain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/domain.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/emfile.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/emfile.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/hash.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/inproc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/inproc.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/iovec.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/iovec.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/ipc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/ipc.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/ipc_stress.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/ipc_stress.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/list.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/msg.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/pair.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/pair.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/pipeline.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/pipeline.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/poll.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/poll.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/prio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/prio.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/pubsub.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/pubsub.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/reqrep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/reqrep.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/separation.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/separation.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/shutdown.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/shutdown.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/survey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/survey.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/symbol.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/symbol.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/tcp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/tcp.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/tcpmux.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/tcpmux.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/term.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/term.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/testutil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/testutil.h -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/timeo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/timeo.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/trie.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/trie.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/ws.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/ws.c -------------------------------------------------------------------------------- /crypto777/nanosrc/tests/zerocopy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/tests/zerocopy.c -------------------------------------------------------------------------------- /crypto777/nanosrc/transport.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/transport.h -------------------------------------------------------------------------------- /crypto777/nanosrc/transports/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/transports/README -------------------------------------------------------------------------------- /crypto777/nanosrc/transports/ws/ws.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/transports/ws/ws.c -------------------------------------------------------------------------------- /crypto777/nanosrc/transports/ws/ws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/transports/ws/ws.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/README -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/alloc.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/alloc.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/atomic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/atomic.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/atomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/atomic.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/attr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/attr.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/chunk.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/chunk.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/chunk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/chunk.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/chunkref.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/chunkref.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/chunkref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/chunkref.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/clock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/clock.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/clock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/clock.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/closefd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/closefd.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/closefd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/closefd.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/cont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/cont.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/efd.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/efd.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/efd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/efd.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/efd_pipe.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/efd_pipe.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/efd_pipe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/efd_pipe.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/efd_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/efd_win.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/efd_win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/efd_win.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/err.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/err.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/err.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/fast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/fast.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/fd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/fd.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/glock.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/glock.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/glock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/glock.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/hash.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/hash.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/int.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/int.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/list.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/list.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/list.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/list.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/msg.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/msg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/msg.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/mutex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/mutex.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/mutex.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/mutex.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/queue.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/queue.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/queue.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/random.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/random.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/random.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/sem.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/sem.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/sem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/sem.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/sleep.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/sleep.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/sleep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/sleep.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/stopwatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/stopwatch.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/stopwatch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/stopwatch.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/thread.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/thread.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/thread.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/thread.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/thread_win.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/thread_win.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/thread_win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/thread_win.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/win.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/win.h -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/wire.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/wire.c -------------------------------------------------------------------------------- /crypto777/nanosrc/utils/wire.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/utils/wire.h -------------------------------------------------------------------------------- /crypto777/nanosrc/ws.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/nanosrc/ws.h -------------------------------------------------------------------------------- /crypto777/ramcoder.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/ramcoder.c -------------------------------------------------------------------------------- /crypto777/scrypt.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/scrypt.c -------------------------------------------------------------------------------- /crypto777/tweetnacl.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/crypto777/tweetnacl.c -------------------------------------------------------------------------------- /datachain/datachain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/datachain/datachain.c -------------------------------------------------------------------------------- /datachain/datachain.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/datachain/datachain.h -------------------------------------------------------------------------------- /datachain/datachain_BTC.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/datachain/datachain_BTC.c -------------------------------------------------------------------------------- /datachain/datachain_KOMODO.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/datachain/datachain_KOMODO.c -------------------------------------------------------------------------------- /datachain/datachain_events.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/datachain/datachain_events.c -------------------------------------------------------------------------------- /doc/DPOWchain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/DPOWchain.md -------------------------------------------------------------------------------- /doc/bible.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/bible.md -------------------------------------------------------------------------------- /doc/changelog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/changelog.md -------------------------------------------------------------------------------- /doc/daemon_versions.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/daemon_versions.json -------------------------------------------------------------------------------- /doc/img/NN_regions.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/img/NN_regions.jpeg -------------------------------------------------------------------------------- /doc/scoring_epochs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/scoring_epochs.json -------------------------------------------------------------------------------- /doc/seed_version_epochs.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/seed_version_epochs.json -------------------------------------------------------------------------------- /doc/update011.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update011.md -------------------------------------------------------------------------------- /doc/update012.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update012.md -------------------------------------------------------------------------------- /doc/update013.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update013.md -------------------------------------------------------------------------------- /doc/update014.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update014.md -------------------------------------------------------------------------------- /doc/update015.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update015.md -------------------------------------------------------------------------------- /doc/update020.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update020.md -------------------------------------------------------------------------------- /doc/update021.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update021.md -------------------------------------------------------------------------------- /doc/update022.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update022.md -------------------------------------------------------------------------------- /doc/update023.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update023.md -------------------------------------------------------------------------------- /doc/update024.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update024.md -------------------------------------------------------------------------------- /doc/update025.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update025.md -------------------------------------------------------------------------------- /doc/update030.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update030.md -------------------------------------------------------------------------------- /doc/update030a.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update030a.md -------------------------------------------------------------------------------- /doc/update031.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update031.md -------------------------------------------------------------------------------- /doc/update032.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update032.md -------------------------------------------------------------------------------- /doc/update033.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update033.md -------------------------------------------------------------------------------- /doc/update034.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update034.md -------------------------------------------------------------------------------- /doc/update035.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update035.md -------------------------------------------------------------------------------- /doc/update036.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update036.md -------------------------------------------------------------------------------- /doc/update037.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update037.md -------------------------------------------------------------------------------- /doc/update038.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update038.md -------------------------------------------------------------------------------- /doc/update039.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update039.md -------------------------------------------------------------------------------- /doc/update040.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update040.md -------------------------------------------------------------------------------- /doc/update041.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update041.md -------------------------------------------------------------------------------- /doc/update042.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update042.md -------------------------------------------------------------------------------- /doc/update043.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update043.md -------------------------------------------------------------------------------- /doc/update050.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update050.md -------------------------------------------------------------------------------- /doc/update051.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update051.md -------------------------------------------------------------------------------- /doc/update0510.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0510.md -------------------------------------------------------------------------------- /doc/update0511.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0511.md -------------------------------------------------------------------------------- /doc/update0512.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0512.md -------------------------------------------------------------------------------- /doc/update0513.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0513.md -------------------------------------------------------------------------------- /doc/update052.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update052.md -------------------------------------------------------------------------------- /doc/update053.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update053.md -------------------------------------------------------------------------------- /doc/update054.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update054.md -------------------------------------------------------------------------------- /doc/update055.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update055.md -------------------------------------------------------------------------------- /doc/update056.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update056.md -------------------------------------------------------------------------------- /doc/update057.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update057.md -------------------------------------------------------------------------------- /doc/update058.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update058.md -------------------------------------------------------------------------------- /doc/update059.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update059.md -------------------------------------------------------------------------------- /doc/update060.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update060.md -------------------------------------------------------------------------------- /doc/update061.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update061.md -------------------------------------------------------------------------------- /doc/update0610.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0610.md -------------------------------------------------------------------------------- /doc/update0611.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0611.md -------------------------------------------------------------------------------- /doc/update0612.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0612.md -------------------------------------------------------------------------------- /doc/update0613.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0613.md -------------------------------------------------------------------------------- /doc/update0614.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0614.md -------------------------------------------------------------------------------- /doc/update062.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update062.md -------------------------------------------------------------------------------- /doc/update063.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update063.md -------------------------------------------------------------------------------- /doc/update064.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update064.md -------------------------------------------------------------------------------- /doc/update065.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update065.md -------------------------------------------------------------------------------- /doc/update066.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update066.md -------------------------------------------------------------------------------- /doc/update067.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update067.md -------------------------------------------------------------------------------- /doc/update068.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update068.md -------------------------------------------------------------------------------- /doc/update069.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update069.md -------------------------------------------------------------------------------- /doc/update070.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update070.md -------------------------------------------------------------------------------- /doc/update071.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update071.md -------------------------------------------------------------------------------- /doc/update0710.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0710.md -------------------------------------------------------------------------------- /doc/update0711.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0711.md -------------------------------------------------------------------------------- /doc/update0712.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0712.md -------------------------------------------------------------------------------- /doc/update0713.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0713.md -------------------------------------------------------------------------------- /doc/update0714.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0714.md -------------------------------------------------------------------------------- /doc/update0715.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0715.md -------------------------------------------------------------------------------- /doc/update0716.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update0716.md -------------------------------------------------------------------------------- /doc/update072.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update072.md -------------------------------------------------------------------------------- /doc/update073.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update073.md -------------------------------------------------------------------------------- /doc/update074.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update074.md -------------------------------------------------------------------------------- /doc/update075.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update075.md -------------------------------------------------------------------------------- /doc/update076.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update076.md -------------------------------------------------------------------------------- /doc/update077.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update077.md -------------------------------------------------------------------------------- /doc/update078.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update078.md -------------------------------------------------------------------------------- /doc/update079.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update079.md -------------------------------------------------------------------------------- /doc/update080.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update080.md -------------------------------------------------------------------------------- /doc/update081.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update081.md -------------------------------------------------------------------------------- /doc/update082.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update082.md -------------------------------------------------------------------------------- /doc/update083.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update083.md -------------------------------------------------------------------------------- /doc/update084.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/doc/update084.md -------------------------------------------------------------------------------- /gecko/gecko.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/gecko/gecko.c -------------------------------------------------------------------------------- /gecko/gecko.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/gecko/gecko.h -------------------------------------------------------------------------------- /gecko/gecko_blocks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/gecko/gecko_blocks.c -------------------------------------------------------------------------------- /gecko/gecko_delayedPoW.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/gecko/gecko_delayedPoW.c -------------------------------------------------------------------------------- /gecko/gecko_headers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/gecko/gecko_headers.c -------------------------------------------------------------------------------- /gecko/gecko_mempool.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/gecko/gecko_mempool.c -------------------------------------------------------------------------------- /gecko/gecko_miner.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/gecko/gecko_miner.c -------------------------------------------------------------------------------- /iguana/3p_coins.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/3p_coins.json -------------------------------------------------------------------------------- /iguana/3rd_party: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/3rd_party -------------------------------------------------------------------------------- /iguana/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/Makefile -------------------------------------------------------------------------------- /iguana/PAX/peggy.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/PAX/peggy.c -------------------------------------------------------------------------------- /iguana/PAX/peggy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/PAX/peggy.h -------------------------------------------------------------------------------- /iguana/PAX/peggy_accts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/PAX/peggy_accts.c -------------------------------------------------------------------------------- /iguana/PAX/peggy_consensus.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/PAX/peggy_consensus.c -------------------------------------------------------------------------------- /iguana/PAX/peggy_price.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/PAX/peggy_price.c -------------------------------------------------------------------------------- /iguana/PAX/peggy_ramkv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/PAX/peggy_ramkv.c -------------------------------------------------------------------------------- /iguana/PAX/peggy_serdes.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/PAX/peggy_serdes.c -------------------------------------------------------------------------------- /iguana/PAX/peggy_tx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/PAX/peggy_tx.c -------------------------------------------------------------------------------- /iguana/PAX/peggy_txind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/PAX/peggy_txind.c -------------------------------------------------------------------------------- /iguana/PAX/peggy_update.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/PAX/peggy_update.c -------------------------------------------------------------------------------- /iguana/SuperNET_keys.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/SuperNET_keys.c -------------------------------------------------------------------------------- /iguana/acsplit: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/acsplit -------------------------------------------------------------------------------- /iguana/add_coins: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/add_coins -------------------------------------------------------------------------------- /iguana/assetchains.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/assetchains.json -------------------------------------------------------------------------------- /iguana/assetchains.old: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/assetchains.old -------------------------------------------------------------------------------- /iguana/assets.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/assets.sh -------------------------------------------------------------------------------- /iguana/build_static_nanomsg.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/build_static_nanomsg.sh -------------------------------------------------------------------------------- /iguana/checkGLEEC.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/checkGLEEC.sh -------------------------------------------------------------------------------- /iguana/client: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/client -------------------------------------------------------------------------------- /iguana/coins/bczero_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/bczero_7776 -------------------------------------------------------------------------------- /iguana/coins/ccl_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/ccl_7776 -------------------------------------------------------------------------------- /iguana/coins/clc_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/clc_7776 -------------------------------------------------------------------------------- /iguana/coins/extract_genesis.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/extract_genesis.c -------------------------------------------------------------------------------- /iguana/coins/gleec_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/gleec_7776 -------------------------------------------------------------------------------- /iguana/coins/gleecold_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/gleecold_7776 -------------------------------------------------------------------------------- /iguana/coins/iln_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/iln_7776 -------------------------------------------------------------------------------- /iguana/coins/kmd_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/kmd_7776 -------------------------------------------------------------------------------- /iguana/coins/kmd_osx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/kmd_osx -------------------------------------------------------------------------------- /iguana/coins/koin_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/koin_7776 -------------------------------------------------------------------------------- /iguana/coins/ltc_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/ltc_7776 -------------------------------------------------------------------------------- /iguana/coins/m_extract_genesis: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/m_extract_genesis -------------------------------------------------------------------------------- /iguana/coins/mcl_7779: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/mcl_7779 -------------------------------------------------------------------------------- /iguana/coins/mdx_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/mdx_7776 -------------------------------------------------------------------------------- /iguana/coins/pirate_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/pirate_7776 -------------------------------------------------------------------------------- /iguana/coins/raph_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/raph_7776 -------------------------------------------------------------------------------- /iguana/coins/thc_7776: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/thc_7776 -------------------------------------------------------------------------------- /iguana/coins/tokel_7779: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/coins/tokel_7779 -------------------------------------------------------------------------------- /iguana/config.nn.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/config.nn.example -------------------------------------------------------------------------------- /iguana/dPoW.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/dPoW.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/CHANGES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/CHANGES -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/FILES: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/FILES -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/Makefile -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/README: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/README -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/SYSDEPS: -------------------------------------------------------------------------------- 1 | VERSION 2 | systype 3 | uint32.h 4 | -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/TARGETS: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/TARGETS -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/TODO: -------------------------------------------------------------------------------- 1 | more rts 2 | -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/VERSION: -------------------------------------------------------------------------------- 1 | cdb 0.75 2 | -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/alloc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/alloc.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/alloc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/alloc.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/auto-str: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/auto-str -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/auto-str.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/auto-str.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/buffer.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/buffer.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/buffer.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/buffer_0.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/buffer_0.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/buffer_1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/buffer_1.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/buffer_2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/buffer_2.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/byte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/byte.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/byte_cr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/byte_cr.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdb.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdb.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdb.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdb_hash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdb_hash.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdb_make.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdb_make.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdb_make.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdb_make.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdbdump: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdbdump -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdbdump.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdbdump.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdbget: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdbget -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdbget.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdbget.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdbmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdbmake -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdbmake-12: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdbmake-12 -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdbmake-sv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdbmake-sv -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdbmake.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdbmake.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdbstats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdbstats -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdbstats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdbstats.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdbtest: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdbtest -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/cdbtest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/cdbtest.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/choose.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/choose.sh -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/conf-cc: -------------------------------------------------------------------------------- 1 | gcc -O2 2 | 3 | This will be used to compile .c files. 4 | -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/conf-home: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/conf-home -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/conf-ld: -------------------------------------------------------------------------------- 1 | gcc 2 | 3 | This will be used to link .o files into an executable. 4 | -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/error.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/error.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/error.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/error.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/exit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/exit.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/fmt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/fmt.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/hier.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/hier.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/install: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/install -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/install.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/install.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/instcheck: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/instcheck -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/load: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/load -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/makelib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/makelib -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/open.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/open.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/random.cdb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/random.cdb -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/rts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/rts -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/rts.exp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/rts.exp -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/rts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/rts.sh -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/scan.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/scan.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/seek.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/seek.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/str.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/str.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/strerr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/strerr.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/systype: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/systype -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/testzero: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/testzero -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/trycpp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/trycpp.c -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/uint32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/cdb-0.75/uint32.h -------------------------------------------------------------------------------- /iguana/databases/cdb-0.75/warn-auto.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | # WARNING: This file was auto-generated. Do not edit! 3 | -------------------------------------------------------------------------------- /iguana/databases/iguana_DB.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/databases/iguana_DB.c -------------------------------------------------------------------------------- /iguana/dpow/dpow_fsm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/dpow/dpow_fsm.c -------------------------------------------------------------------------------- /iguana/dpow/dpow_network.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/dpow/dpow_network.c -------------------------------------------------------------------------------- /iguana/dpow/dpow_prices.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/dpow/dpow_prices.c -------------------------------------------------------------------------------- /iguana/dpow/dpow_rpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/dpow/dpow_rpc.c -------------------------------------------------------------------------------- /iguana/dpow/dpow_tx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/dpow/dpow_tx.c -------------------------------------------------------------------------------- /iguana/dpowassets: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/dpowassets -------------------------------------------------------------------------------- /iguana/elected: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/elected -------------------------------------------------------------------------------- /iguana/exchanges/DEXstats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/DEXstats.h -------------------------------------------------------------------------------- /iguana/exchanges/LP_NXT.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_NXT.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_RTmetrics.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_RTmetrics.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_bitcoin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_bitcoin.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_cache.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_cache.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_coins.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_coins.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_commands.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_commands.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_etomic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_etomic.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_etomic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_etomic.h -------------------------------------------------------------------------------- /iguana/exchanges/LP_forwarding.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_forwarding.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_include.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_include.h -------------------------------------------------------------------------------- /iguana/exchanges/LP_instantdex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_instantdex.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_messages.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_messages.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_mmjson.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_mmjson.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_mpnet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_mpnet.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_nativeDEX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_nativeDEX.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_network.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_network.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_ordermatch.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_ordermatch.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_peers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_peers.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_portfolio.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_portfolio.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_prices.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_prices.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_privkey.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_privkey.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_remember.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_remember.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_rpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_rpc.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_scan.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_scan.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_secp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_secp.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_signatures.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_signatures.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_socket.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_socket.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_statemachine.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_statemachine.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_stats.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_swap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_swap.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_tradebots.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_tradebots.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_transaction.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_transaction.c -------------------------------------------------------------------------------- /iguana/exchanges/LP_utxo.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/LP_utxo.c -------------------------------------------------------------------------------- /iguana/exchanges/PAX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/PAX.c -------------------------------------------------------------------------------- /iguana/exchanges/barterDEX.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/barterDEX.c -------------------------------------------------------------------------------- /iguana/exchanges/bitcoin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/bitcoin.c -------------------------------------------------------------------------------- /iguana/exchanges/bitcoin.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/bitcoin.h -------------------------------------------------------------------------------- /iguana/exchanges/bitfinex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/bitfinex.c -------------------------------------------------------------------------------- /iguana/exchanges/bitstamp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/bitstamp.c -------------------------------------------------------------------------------- /iguana/exchanges/bittrex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/bittrex.c -------------------------------------------------------------------------------- /iguana/exchanges/btc38.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/btc38.c -------------------------------------------------------------------------------- /iguana/exchanges/btce.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/btce.c -------------------------------------------------------------------------------- /iguana/exchanges/checkbalance.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/checkbalance.c -------------------------------------------------------------------------------- /iguana/exchanges/coinbase.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/coinbase.c -------------------------------------------------------------------------------- /iguana/exchanges/exchange_undefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/exchange_undefs.h -------------------------------------------------------------------------------- /iguana/exchanges/fxcm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/fxcm.c -------------------------------------------------------------------------------- /iguana/exchanges/huobi.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/huobi.c -------------------------------------------------------------------------------- /iguana/exchanges/instaforex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/instaforex.c -------------------------------------------------------------------------------- /iguana/exchanges/jumblr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/jumblr.c -------------------------------------------------------------------------------- /iguana/exchanges/lakebtc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/lakebtc.c -------------------------------------------------------------------------------- /iguana/exchanges/mm 17740.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/mm 17740.c -------------------------------------------------------------------------------- /iguana/exchanges/mm.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/mm.c -------------------------------------------------------------------------------- /iguana/exchanges/nxtae.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/nxtae.c -------------------------------------------------------------------------------- /iguana/exchanges/okcoin.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/okcoin.c -------------------------------------------------------------------------------- /iguana/exchanges/poloniex.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/poloniex.c -------------------------------------------------------------------------------- /iguana/exchanges/quadriga.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/quadriga.c -------------------------------------------------------------------------------- /iguana/exchanges/stats.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/stats.c -------------------------------------------------------------------------------- /iguana/exchanges/truefx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/truefx.c -------------------------------------------------------------------------------- /iguana/exchanges/unconf.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges/unconf.c -------------------------------------------------------------------------------- /iguana/exchanges777.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/exchanges777.h -------------------------------------------------------------------------------- /iguana/fastgenbtc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/fastgenbtc -------------------------------------------------------------------------------- /iguana/genbtcloop: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/genbtcloop -------------------------------------------------------------------------------- /iguana/genbtcloop8: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/genbtcloop8 -------------------------------------------------------------------------------- /iguana/iguana777.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana777.c -------------------------------------------------------------------------------- /iguana/iguana777.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana777.h -------------------------------------------------------------------------------- /iguana/iguana_accept.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_accept.c -------------------------------------------------------------------------------- /iguana/iguana_bitmap.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_bitmap.c -------------------------------------------------------------------------------- /iguana/iguana_blocks.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_blocks.c -------------------------------------------------------------------------------- /iguana/iguana_bundles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_bundles.c -------------------------------------------------------------------------------- /iguana/iguana_chains.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_chains.c -------------------------------------------------------------------------------- /iguana/iguana_exchanges.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_exchanges.c -------------------------------------------------------------------------------- /iguana/iguana_init.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_init.c -------------------------------------------------------------------------------- /iguana/iguana_interpreter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_interpreter.c -------------------------------------------------------------------------------- /iguana/iguana_json.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_json.c -------------------------------------------------------------------------------- /iguana/iguana_mofn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_mofn.c -------------------------------------------------------------------------------- /iguana/iguana_msg.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_msg.c -------------------------------------------------------------------------------- /iguana/iguana_notary.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_notary.c -------------------------------------------------------------------------------- /iguana/iguana_passport.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_passport.c -------------------------------------------------------------------------------- /iguana/iguana_payments.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_payments.c -------------------------------------------------------------------------------- /iguana/iguana_peers.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_peers.c -------------------------------------------------------------------------------- /iguana/iguana_ramchain.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_ramchain.c -------------------------------------------------------------------------------- /iguana/iguana_realtime.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_realtime.c -------------------------------------------------------------------------------- /iguana/iguana_recv.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_recv.c -------------------------------------------------------------------------------- /iguana/iguana_rpc.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_rpc.c -------------------------------------------------------------------------------- /iguana/iguana_scripts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_scripts.c -------------------------------------------------------------------------------- /iguana/iguana_secp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_secp.c -------------------------------------------------------------------------------- /iguana/iguana_sign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_sign.c -------------------------------------------------------------------------------- /iguana/iguana_spendvectors.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_spendvectors.c -------------------------------------------------------------------------------- /iguana/iguana_stake.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_stake.c -------------------------------------------------------------------------------- /iguana/iguana_tradebots.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_tradebots.c -------------------------------------------------------------------------------- /iguana/iguana_tx.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_tx.c -------------------------------------------------------------------------------- /iguana/iguana_txidfind.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_txidfind.c -------------------------------------------------------------------------------- /iguana/iguana_unspents.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_unspents.c -------------------------------------------------------------------------------- /iguana/iguana_volatiles.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_volatiles.c -------------------------------------------------------------------------------- /iguana/iguana_wallet.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/iguana_wallet.c -------------------------------------------------------------------------------- /iguana/kmd_lookup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/kmd_lookup.h -------------------------------------------------------------------------------- /iguana/listassetchainparams: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/listassetchainparams -------------------------------------------------------------------------------- /iguana/listassetchains: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/listassetchains -------------------------------------------------------------------------------- /iguana/m_clean: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | rm *.o ../agents/iguana 3 | -------------------------------------------------------------------------------- /iguana/m_notary: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/m_notary -------------------------------------------------------------------------------- /iguana/m_notary_3rdparty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/m_notary_3rdparty -------------------------------------------------------------------------------- /iguana/m_notary_3rdparty_docker: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/m_notary_3rdparty_docker -------------------------------------------------------------------------------- /iguana/m_notary_build: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/m_notary_build -------------------------------------------------------------------------------- /iguana/m_notary_main: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/m_notary_main -------------------------------------------------------------------------------- /iguana/m_notary_testnet: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/m_notary_testnet -------------------------------------------------------------------------------- /iguana/m_pnacl: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | make 3 | -------------------------------------------------------------------------------- /iguana/m_stats: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/m_stats -------------------------------------------------------------------------------- /iguana/m_test: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/m_test -------------------------------------------------------------------------------- /iguana/m_unix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/m_unix -------------------------------------------------------------------------------- /iguana/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/main.c -------------------------------------------------------------------------------- /iguana/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/manifest.json -------------------------------------------------------------------------------- /iguana/mini-gmp.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/mini-gmp.c -------------------------------------------------------------------------------- /iguana/mini-gmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/mini-gmp.h -------------------------------------------------------------------------------- /iguana/ni: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/ni -------------------------------------------------------------------------------- /iguana/notaries.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/notaries.h -------------------------------------------------------------------------------- /iguana/notarizations: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/notarizations -------------------------------------------------------------------------------- /iguana/notary.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/notary.sh -------------------------------------------------------------------------------- /iguana/orderbooks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/orderbooks.h -------------------------------------------------------------------------------- /iguana/pnacl/Release/iguana.nmf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/pnacl/Release/iguana.nmf -------------------------------------------------------------------------------- /iguana/pthreadVC2.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/pthreadVC2.lib -------------------------------------------------------------------------------- /iguana/ramchain_api.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/ramchain_api.c -------------------------------------------------------------------------------- /iguana/secp256k1/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/CMakeLists.txt -------------------------------------------------------------------------------- /iguana/secp256k1/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/Makefile -------------------------------------------------------------------------------- /iguana/secp256k1/m_android: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/m_android -------------------------------------------------------------------------------- /iguana/secp256k1/m_ios: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/m_ios -------------------------------------------------------------------------------- /iguana/secp256k1/m_js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/m_js -------------------------------------------------------------------------------- /iguana/secp256k1/m_osx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/m_osx -------------------------------------------------------------------------------- /iguana/secp256k1/m_osx_release: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/m_osx_release -------------------------------------------------------------------------------- /iguana/secp256k1/m_unix: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/m_unix -------------------------------------------------------------------------------- /iguana/secp256k1/src/.dirstamp: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /iguana/secp256k1/src/bench.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/bench.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/bench_ecdh.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/bench_ecdh.c -------------------------------------------------------------------------------- /iguana/secp256k1/src/bench_sign.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/bench_sign.c -------------------------------------------------------------------------------- /iguana/secp256k1/src/ecdsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/ecdsa.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/ecdsa_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/ecdsa_impl.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/eckey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/eckey.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/eckey_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/eckey_impl.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/ecmult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/ecmult.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/ecmult_gen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/ecmult_gen.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/ecmult_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/ecmult_impl.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/field.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/field.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/field_10x26.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/field_10x26.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/field_5x52.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/field_5x52.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/field_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/field_impl.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/gen_context.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/gen_context.c -------------------------------------------------------------------------------- /iguana/secp256k1/src/group.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/group.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/group_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/group_impl.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/hash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/hash.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/hash_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/hash_impl.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/num.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/num.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/num_gmp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/num_gmp.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/num_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/num_impl.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/scalar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/scalar.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/scalar_4x64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/scalar_4x64.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/scalar_8x32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/scalar_8x32.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/scalar_impl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/scalar_impl.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/secp256k1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/secp256k1.c -------------------------------------------------------------------------------- /iguana/secp256k1/src/stamp-h1: -------------------------------------------------------------------------------- 1 | timestamp for src/libsecp256k1-config.h 2 | -------------------------------------------------------------------------------- /iguana/secp256k1/src/testrand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/testrand.h -------------------------------------------------------------------------------- /iguana/secp256k1/src/tests.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/tests.c -------------------------------------------------------------------------------- /iguana/secp256k1/src/util.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/secp256k1/src/util.h -------------------------------------------------------------------------------- /iguana/segwit_addr.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/segwit_addr.c -------------------------------------------------------------------------------- /iguana/segwit_addr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/segwit_addr.h -------------------------------------------------------------------------------- /iguana/sph_keccak.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/sph_keccak.h -------------------------------------------------------------------------------- /iguana/sph_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/sph_types.h -------------------------------------------------------------------------------- /iguana/version: -------------------------------------------------------------------------------- 1 | 0.8.4 2 | -------------------------------------------------------------------------------- /iguana/verus_holdover_keys: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/iguana/verus_holdover_keys -------------------------------------------------------------------------------- /includes/cJSON.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/cJSON.h -------------------------------------------------------------------------------- /includes/ccgi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ccgi.h -------------------------------------------------------------------------------- /includes/curl/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/.gitignore -------------------------------------------------------------------------------- /includes/curl/Makefile.am: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/Makefile.am -------------------------------------------------------------------------------- /includes/curl/curl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/curl.h -------------------------------------------------------------------------------- /includes/curl/curlbuild.h.cmake: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/curlbuild.h.cmake -------------------------------------------------------------------------------- /includes/curl/curlbuild.h.dist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/curlbuild.h.dist -------------------------------------------------------------------------------- /includes/curl/curlbuild.h.in: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/curlbuild.h.in -------------------------------------------------------------------------------- /includes/curl/curlrules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/curlrules.h -------------------------------------------------------------------------------- /includes/curl/curlver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/curlver.h -------------------------------------------------------------------------------- /includes/curl/easy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/easy.h -------------------------------------------------------------------------------- /includes/curl/mprintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/mprintf.h -------------------------------------------------------------------------------- /includes/curl/multi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/multi.h -------------------------------------------------------------------------------- /includes/curl/stdcheaders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/stdcheaders.h -------------------------------------------------------------------------------- /includes/curl/typecheck-gcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curl/typecheck-gcc.h -------------------------------------------------------------------------------- /includes/curve25519.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/curve25519.h -------------------------------------------------------------------------------- /includes/iguana_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/iguana_api.h -------------------------------------------------------------------------------- /includes/iguana_apideclares.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/iguana_apideclares.h -------------------------------------------------------------------------------- /includes/iguana_apideclares2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/iguana_apideclares2.h -------------------------------------------------------------------------------- /includes/iguana_apidefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/iguana_apidefs.h -------------------------------------------------------------------------------- /includes/iguana_apiundefs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/iguana_apiundefs.h -------------------------------------------------------------------------------- /includes/iguana_defines.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/iguana_defines.h -------------------------------------------------------------------------------- /includes/iguana_funcs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/iguana_funcs.h -------------------------------------------------------------------------------- /includes/iguana_globals.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/iguana_globals.h -------------------------------------------------------------------------------- /includes/iguana_structs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/iguana_structs.h -------------------------------------------------------------------------------- /includes/iguana_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/iguana_types.h -------------------------------------------------------------------------------- /includes/libgfshare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/libgfshare.h -------------------------------------------------------------------------------- /includes/nonportable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/nonportable.h -------------------------------------------------------------------------------- /includes/openssl/aes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/aes.h -------------------------------------------------------------------------------- /includes/openssl/asn1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/asn1.h -------------------------------------------------------------------------------- /includes/openssl/asn1_mac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/asn1_mac.h -------------------------------------------------------------------------------- /includes/openssl/asn1t.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/asn1t.h -------------------------------------------------------------------------------- /includes/openssl/bio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/bio.h -------------------------------------------------------------------------------- /includes/openssl/blowfish.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/blowfish.h -------------------------------------------------------------------------------- /includes/openssl/bn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/bn.h -------------------------------------------------------------------------------- /includes/openssl/buffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/buffer.h -------------------------------------------------------------------------------- /includes/openssl/camellia.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/camellia.h -------------------------------------------------------------------------------- /includes/openssl/cast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/cast.h -------------------------------------------------------------------------------- /includes/openssl/cmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/cmac.h -------------------------------------------------------------------------------- /includes/openssl/cms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/cms.h -------------------------------------------------------------------------------- /includes/openssl/comp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/comp.h -------------------------------------------------------------------------------- /includes/openssl/conf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/conf.h -------------------------------------------------------------------------------- /includes/openssl/conf_api.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/conf_api.h -------------------------------------------------------------------------------- /includes/openssl/cryptlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/cryptlib.h -------------------------------------------------------------------------------- /includes/openssl/crypto.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/crypto.h -------------------------------------------------------------------------------- /includes/openssl/curl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/curl.h -------------------------------------------------------------------------------- /includes/openssl/curlbuild.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/curlbuild.h -------------------------------------------------------------------------------- /includes/openssl/curlrules.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/curlrules.h -------------------------------------------------------------------------------- /includes/openssl/curlver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/curlver.h -------------------------------------------------------------------------------- /includes/openssl/des.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/des.h -------------------------------------------------------------------------------- /includes/openssl/des_old.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/des_old.h -------------------------------------------------------------------------------- /includes/openssl/dh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/dh.h -------------------------------------------------------------------------------- /includes/openssl/dsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/dsa.h -------------------------------------------------------------------------------- /includes/openssl/dso.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/dso.h -------------------------------------------------------------------------------- /includes/openssl/dtls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/dtls1.h -------------------------------------------------------------------------------- /includes/openssl/e_os.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/e_os.h -------------------------------------------------------------------------------- /includes/openssl/e_os2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/e_os2.h -------------------------------------------------------------------------------- /includes/openssl/easy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/easy.h -------------------------------------------------------------------------------- /includes/openssl/ebcdic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ebcdic.h -------------------------------------------------------------------------------- /includes/openssl/ec.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ec.h -------------------------------------------------------------------------------- /includes/openssl/ecdh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ecdh.h -------------------------------------------------------------------------------- /includes/openssl/ecdsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ecdsa.h -------------------------------------------------------------------------------- /includes/openssl/engine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/engine.h -------------------------------------------------------------------------------- /includes/openssl/err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/err.h -------------------------------------------------------------------------------- /includes/openssl/evp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/evp.h -------------------------------------------------------------------------------- /includes/openssl/fips_err.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/fips_err.h -------------------------------------------------------------------------------- /includes/openssl/hmac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/hmac.h -------------------------------------------------------------------------------- /includes/openssl/idea.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/idea.h -------------------------------------------------------------------------------- /includes/openssl/krb5_asn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/krb5_asn.h -------------------------------------------------------------------------------- /includes/openssl/kssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/kssl.h -------------------------------------------------------------------------------- /includes/openssl/lhash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/lhash.h -------------------------------------------------------------------------------- /includes/openssl/md32_common.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/md32_common.h -------------------------------------------------------------------------------- /includes/openssl/md4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/md4.h -------------------------------------------------------------------------------- /includes/openssl/md5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/md5.h -------------------------------------------------------------------------------- /includes/openssl/mdc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/mdc2.h -------------------------------------------------------------------------------- /includes/openssl/modes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/modes.h -------------------------------------------------------------------------------- /includes/openssl/mprintf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/mprintf.h -------------------------------------------------------------------------------- /includes/openssl/multi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/multi.h -------------------------------------------------------------------------------- /includes/openssl/o_dir.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/o_dir.h -------------------------------------------------------------------------------- /includes/openssl/o_str.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/o_str.h -------------------------------------------------------------------------------- /includes/openssl/o_time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/o_time.h -------------------------------------------------------------------------------- /includes/openssl/obj_mac.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/obj_mac.h -------------------------------------------------------------------------------- /includes/openssl/objects.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/objects.h -------------------------------------------------------------------------------- /includes/openssl/ocsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ocsp.h -------------------------------------------------------------------------------- /includes/openssl/opensslconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/opensslconf.h -------------------------------------------------------------------------------- /includes/openssl/opensslv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/opensslv.h -------------------------------------------------------------------------------- /includes/openssl/ossl_typ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ossl_typ.h -------------------------------------------------------------------------------- /includes/openssl/pem.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/pem.h -------------------------------------------------------------------------------- /includes/openssl/pem2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/pem2.h -------------------------------------------------------------------------------- /includes/openssl/pkcs12.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/pkcs12.h -------------------------------------------------------------------------------- /includes/openssl/pkcs7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/pkcs7.h -------------------------------------------------------------------------------- /includes/openssl/pqueue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/pqueue.h -------------------------------------------------------------------------------- /includes/openssl/rand.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/rand.h -------------------------------------------------------------------------------- /includes/openssl/rc2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/rc2.h -------------------------------------------------------------------------------- /includes/openssl/rc4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/rc4.h -------------------------------------------------------------------------------- /includes/openssl/ripemd.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ripemd.h -------------------------------------------------------------------------------- /includes/openssl/rsa.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/rsa.h -------------------------------------------------------------------------------- /includes/openssl/safestack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/safestack.h -------------------------------------------------------------------------------- /includes/openssl/seed.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/seed.h -------------------------------------------------------------------------------- /includes/openssl/sha.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/sha.h -------------------------------------------------------------------------------- /includes/openssl/srp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/srp.h -------------------------------------------------------------------------------- /includes/openssl/srtp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/srtp.h -------------------------------------------------------------------------------- /includes/openssl/ssl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ssl.h -------------------------------------------------------------------------------- /includes/openssl/ssl2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ssl2.h -------------------------------------------------------------------------------- /includes/openssl/ssl23.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ssl23.h -------------------------------------------------------------------------------- /includes/openssl/ssl3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ssl3.h -------------------------------------------------------------------------------- /includes/openssl/stack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/stack.h -------------------------------------------------------------------------------- /includes/openssl/stdcheaders.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/stdcheaders.h -------------------------------------------------------------------------------- /includes/openssl/symhacks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/symhacks.h -------------------------------------------------------------------------------- /includes/openssl/tls1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/tls1.h -------------------------------------------------------------------------------- /includes/openssl/ts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ts.h -------------------------------------------------------------------------------- /includes/openssl/txt_db.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/txt_db.h -------------------------------------------------------------------------------- /includes/openssl/typecheck-gcc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/typecheck-gcc.h -------------------------------------------------------------------------------- /includes/openssl/ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ui.h -------------------------------------------------------------------------------- /includes/openssl/ui_compat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/ui_compat.h -------------------------------------------------------------------------------- /includes/openssl/vms_rms.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/vms_rms.h -------------------------------------------------------------------------------- /includes/openssl/whrlpool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/whrlpool.h -------------------------------------------------------------------------------- /includes/openssl/x509.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/x509.h -------------------------------------------------------------------------------- /includes/openssl/x509_vfy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/x509_vfy.h -------------------------------------------------------------------------------- /includes/openssl/x509v3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/x509v3.h -------------------------------------------------------------------------------- /includes/openssl/zconf.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/zconf.h -------------------------------------------------------------------------------- /includes/openssl/zlib.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/openssl/zlib.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_array_output.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_array_output.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_bool.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_bool.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_codecs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_codecs.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_errors.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_errors.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_file_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_file_info.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_graphics_3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_graphics_3d.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_input_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_input_event.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_instance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_instance.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_macros.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_module.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_point.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_point.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_rect.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_rect.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_resource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_resource.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_size.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_size.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_stdint.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_stdint.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_time.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_touch_point.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_touch_point.h -------------------------------------------------------------------------------- /includes/ppapi/c/pp_var.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/pp_var.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_audio.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_compositor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_compositor.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_console.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_console.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_core.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_file_io.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_file_io.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_file_ref.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_file_ref.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_file_system.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_file_system.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_fullscreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_fullscreen.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_gamepad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_gamepad.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_graphics_2d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_graphics_2d.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_graphics_3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_graphics_3d.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_image_data.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_image_data.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_input_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_input_event.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_instance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_instance.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_messaging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_messaging.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_mouse_lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_mouse_lock.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_net_address.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_net_address.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_opengles2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_opengles2.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_tcp_socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_tcp_socket.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_udp_socket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_udp_socket.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_url_loader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_url_loader.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_var.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_var.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_var_array.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_var_array.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_video_frame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_video_frame.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_view.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_view.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppb_websocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppb_websocket.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppp.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppp_graphics_3d.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppp_graphics_3d.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppp_input_event.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppp_input_event.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppp_instance.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppp_instance.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppp_messaging.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppp_messaging.h -------------------------------------------------------------------------------- /includes/ppapi/c/ppp_mouse_lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/ppapi/c/ppp_mouse_lock.h -------------------------------------------------------------------------------- /includes/secp256k1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/secp256k1.h -------------------------------------------------------------------------------- /includes/secp256k1_ecdh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/secp256k1_ecdh.h -------------------------------------------------------------------------------- /includes/secp256k1_rangeproof.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/secp256k1_rangeproof.h -------------------------------------------------------------------------------- /includes/secp256k1_schnorr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/secp256k1_schnorr.h -------------------------------------------------------------------------------- /includes/tweetnacl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/tweetnacl.h -------------------------------------------------------------------------------- /includes/uthash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/uthash.h -------------------------------------------------------------------------------- /includes/utlist.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/includes/utlist.h -------------------------------------------------------------------------------- /pnacl.pem: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/pnacl.pem -------------------------------------------------------------------------------- /pnacl_main.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/KomodoPlatform/dPoW/HEAD/pnacl_main.h --------------------------------------------------------------------------------