Utilities for Monero. Fork of https://github.com/paxosglobal/moneroutil
Go to file
DataHoarder 18ecc51ae6
Bump dependencies, allow preallocated encode
2023-07-22 23:52:23 +02:00
.gitignore Initial Commit 2017-04-24 17:19:04 -07:00
LICENSE Added licensing and readme 2017-05-20 03:19:51 -07:00
LICENSE-BSD Added licensing and readme 2017-05-20 03:19:51 -07:00
LICENSE-MIT Added licensing and readme 2017-05-20 03:19:51 -07:00
README.md Added presentation 2017-05-24 17:11:02 -04:00
Ring Signatures.pdf Added presentation 2017-05-24 17:11:02 -04:00
address.go Bump dependencies, allow preallocated encode 2023-07-22 23:52:23 +02:00
address_test.go Update dependencies, reduce allocations in Base58 encoding 2023-05-11 09:21:07 +02:00
base58.go Bump dependencies, allow preallocated encode 2023-07-22 23:52:23 +02:00
base58_test.go Reduce base58 dependencies, use reverse lookup table, do direct 64 bit math 2023-05-27 17:22:51 +02:00
block.go Initial Commit 2017-04-24 17:19:04 -07:00
const.go Added StageNet / Integrated / SubAddress network constants 2023-05-16 07:20:49 +02:00
edwards25519.go Added licensing and readme 2017-05-20 03:19:51 -07:00
edwards25519_test.go Refactor some key stuff 2017-05-13 17:36:32 -07:00
go.mod Bump dependencies, allow preallocated encode 2023-07-22 23:52:23 +02:00
go.sum Bump dependencies, allow preallocated encode 2023-07-22 23:52:23 +02:00
internal_test.go more efficient pubkey generation 2017-05-25 17:04:59 -04:00
keccak.go Added go.mod, go.sum; Use golang keccak implementation 2022-10-05 09:31:18 +02:00
keccak_test.go Refactor some key stuff 2017-05-13 17:36:32 -07:00
key.go WIP 2017-05-30 13:55:15 -07:00
ringct.go Fix ringCT logic 2022-10-07 16:03:00 +02:00
ringct_test.go WIP 2017-05-30 13:55:15 -07:00
ringsignature.go Refactor some key stuff 2017-05-13 17:36:32 -07:00
ringsignature_test.go more efficient pubkey generation 2017-05-25 17:04:59 -04:00
ringsignature_verify_test.go Refactor some key stuff 2017-05-13 17:36:32 -07:00
transaction.go WIP 2017-05-30 13:55:15 -07:00
transaction_test.go WIP 2017-05-30 13:55:15 -07:00
varint.go refactor and use interfaces! 2017-05-11 12:15:06 -07:00
varint_test.go Correctly parses early coinbase tx's 2017-04-27 16:21:44 -07:00

README.md

Monero Utilities

These are a set of utilities for working with Monero.

Bitdevs Presentation

Presentation and appendices can be found in "Ring Signatures.pdf"