├── .gitignore ├── ASNL.py ├── AggregateSchnorrCT.hash ├── AggregateSchnorrCT_copy.pdf ├── Dec23Overleaf.hash ├── Deterministic.py ├── Ecdh.py ├── FS_Signatures.py ├── GenLookup.py ├── HPow2.c ├── HPow2.h ├── HPow2.h~ ├── Keccak.py ├── Keccak.txt ├── Knapsack.py ├── LICENSE ├── LLW_Sigs.py ├── LookupValues.txt ├── MLSAG.py ├── MLSAG2.py ├── MiniNeroPubKey.py ├── MoneroProof.py ├── MyMoneroImport.py ├── Old_Ring_CT.py ├── PaperWallet.py ├── RCTUnitTests.py ├── README.md ├── RingCT.py ├── RingCT0.1.hash ├── RingCT0.1_copy.pdf ├── RingCT0.2.hash ├── RingCT0.2_copy.pdf ├── RingCT0.3.hash ├── RingCT0.3.pdf ├── RingCT0.4.hash ├── RingCT0.4_copy.pdf ├── RingCT0.5_copy.pdf ├── RingCT2.py ├── RingCTExampleOutput.txt ├── RingMultisigv1.py ├── SimpleBitmonerodTest.py ├── SimpleGetTime.py ├── SimpleRequester.py ├── SimpleServer.py ├── SimpleSign.py ├── SimpleWallet.py ├── SimpleXMR2.py ├── TacoTimeExample.py ├── TactoTimeKeyChains.py ├── Test.py ├── TestJson.py ├── Translator.py ├── bitmonerod.py ├── btcProof.py ├── ed25519.py ├── ed25519ietf.py ├── mininero.py ├── mnemonic.py ├── mrl_notes0.4.hash ├── mrl_notes0.4_copy.pdf ├── mrl_notes_v0.3.hash ├── mrl_notes_v0.3.pdf ├── nOfNMultisig.py ├── oldMiniNero.py ├── pynacltest.py ├── scerap ├── scrap ├── scrap.py ├── scrap~ └── test.hash /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/.gitignore -------------------------------------------------------------------------------- /ASNL.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/ASNL.py -------------------------------------------------------------------------------- /AggregateSchnorrCT.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/AggregateSchnorrCT.hash -------------------------------------------------------------------------------- /AggregateSchnorrCT_copy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/AggregateSchnorrCT_copy.pdf -------------------------------------------------------------------------------- /Dec23Overleaf.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/Dec23Overleaf.hash -------------------------------------------------------------------------------- /Deterministic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/Deterministic.py -------------------------------------------------------------------------------- /Ecdh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/Ecdh.py -------------------------------------------------------------------------------- /FS_Signatures.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/FS_Signatures.py -------------------------------------------------------------------------------- /GenLookup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/GenLookup.py -------------------------------------------------------------------------------- /HPow2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/HPow2.c -------------------------------------------------------------------------------- /HPow2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/HPow2.h -------------------------------------------------------------------------------- /HPow2.h~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/HPow2.h~ -------------------------------------------------------------------------------- /Keccak.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/Keccak.py -------------------------------------------------------------------------------- /Keccak.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/Keccak.txt -------------------------------------------------------------------------------- /Knapsack.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/Knapsack.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/LICENSE -------------------------------------------------------------------------------- /LLW_Sigs.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/LLW_Sigs.py -------------------------------------------------------------------------------- /LookupValues.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/LookupValues.txt -------------------------------------------------------------------------------- /MLSAG.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/MLSAG.py -------------------------------------------------------------------------------- /MLSAG2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/MLSAG2.py -------------------------------------------------------------------------------- /MiniNeroPubKey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/MiniNeroPubKey.py -------------------------------------------------------------------------------- /MoneroProof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/MoneroProof.py -------------------------------------------------------------------------------- /MyMoneroImport.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/MyMoneroImport.py -------------------------------------------------------------------------------- /Old_Ring_CT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/Old_Ring_CT.py -------------------------------------------------------------------------------- /PaperWallet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/PaperWallet.py -------------------------------------------------------------------------------- /RCTUnitTests.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RCTUnitTests.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/README.md -------------------------------------------------------------------------------- /RingCT.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingCT.py -------------------------------------------------------------------------------- /RingCT0.1.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingCT0.1.hash -------------------------------------------------------------------------------- /RingCT0.1_copy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingCT0.1_copy.pdf -------------------------------------------------------------------------------- /RingCT0.2.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingCT0.2.hash -------------------------------------------------------------------------------- /RingCT0.2_copy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingCT0.2_copy.pdf -------------------------------------------------------------------------------- /RingCT0.3.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingCT0.3.hash -------------------------------------------------------------------------------- /RingCT0.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingCT0.3.pdf -------------------------------------------------------------------------------- /RingCT0.4.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingCT0.4.hash -------------------------------------------------------------------------------- /RingCT0.4_copy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingCT0.4_copy.pdf -------------------------------------------------------------------------------- /RingCT0.5_copy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingCT0.5_copy.pdf -------------------------------------------------------------------------------- /RingCT2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingCT2.py -------------------------------------------------------------------------------- /RingCTExampleOutput.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingCTExampleOutput.txt -------------------------------------------------------------------------------- /RingMultisigv1.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/RingMultisigv1.py -------------------------------------------------------------------------------- /SimpleBitmonerodTest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/SimpleBitmonerodTest.py -------------------------------------------------------------------------------- /SimpleGetTime.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/SimpleGetTime.py -------------------------------------------------------------------------------- /SimpleRequester.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/SimpleRequester.py -------------------------------------------------------------------------------- /SimpleServer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/SimpleServer.py -------------------------------------------------------------------------------- /SimpleSign.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/SimpleSign.py -------------------------------------------------------------------------------- /SimpleWallet.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/SimpleWallet.py -------------------------------------------------------------------------------- /SimpleXMR2.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/SimpleXMR2.py -------------------------------------------------------------------------------- /TacoTimeExample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/TacoTimeExample.py -------------------------------------------------------------------------------- /TactoTimeKeyChains.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/TactoTimeKeyChains.py -------------------------------------------------------------------------------- /Test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/Test.py -------------------------------------------------------------------------------- /TestJson.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/TestJson.py -------------------------------------------------------------------------------- /Translator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/Translator.py -------------------------------------------------------------------------------- /bitmonerod.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/bitmonerod.py -------------------------------------------------------------------------------- /btcProof.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/btcProof.py -------------------------------------------------------------------------------- /ed25519.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/ed25519.py -------------------------------------------------------------------------------- /ed25519ietf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/ed25519ietf.py -------------------------------------------------------------------------------- /mininero.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/mininero.py -------------------------------------------------------------------------------- /mnemonic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/mnemonic.py -------------------------------------------------------------------------------- /mrl_notes0.4.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/mrl_notes0.4.hash -------------------------------------------------------------------------------- /mrl_notes0.4_copy.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/mrl_notes0.4_copy.pdf -------------------------------------------------------------------------------- /mrl_notes_v0.3.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/mrl_notes_v0.3.hash -------------------------------------------------------------------------------- /mrl_notes_v0.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/mrl_notes_v0.3.pdf -------------------------------------------------------------------------------- /nOfNMultisig.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/nOfNMultisig.py -------------------------------------------------------------------------------- /oldMiniNero.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/oldMiniNero.py -------------------------------------------------------------------------------- /pynacltest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/pynacltest.py -------------------------------------------------------------------------------- /scerap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/scerap -------------------------------------------------------------------------------- /scrap: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/scrap -------------------------------------------------------------------------------- /scrap.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/scrap.py -------------------------------------------------------------------------------- /scrap~: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/scrap~ -------------------------------------------------------------------------------- /test.hash: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/monero-project/mininero/HEAD/test.hash --------------------------------------------------------------------------------