Commit graph

  • 18ecc51ae6
    Bump dependencies, allow preallocated encode master DataHoarder 2023-07-22 23:51:22 +0200
  • 7b24ed2d11
    Reduce base58 dependencies, use reverse lookup table, do direct 64 bit math DataHoarder 2023-05-27 17:22:51 +0200
  • 71018b5b4d
    Do not allocate result in heap in decodeChunk DataHoarder 2023-05-27 14:09:33 +0200
  • 369ce9f705
    Replace QuoRem / Mul with QuoRem64 / Mul64 alternatives DataHoarder 2023-05-27 13:59:31 +0200
  • 7d37dcb5ae
    Speedup encode base58 lookup, slice data DataHoarder 2023-05-27 13:48:44 +0200
  • 113843a69c
    Preallocate for common case in base58 decode, expose preallocated case DataHoarder 2023-05-24 16:15:34 +0200
  • a566889a4d
    Added StageNet / Integrated / SubAddress network constants DataHoarder 2023-05-16 07:20:49 +0200
  • d4bc15a433
    Update dependencies, reduce allocations in Base58 encoding DataHoarder 2023-05-11 09:11:14 +0200
  • a2daa2d5fc
    Replace big int with uint128 implementation DataHoarder 2022-10-07 16:03:23 +0200
  • 29dc54bf40
    Fix ringCT logic DataHoarder 2022-10-07 16:03:00 +0200
  • 99e30759b4
    Added go.mod, go.sum; Use golang keccak implementation DataHoarder 2022-10-05 09:31:18 +0200
  • 33d7e0c11a Fixed a couple things Jimmy Song 2017-06-11 08:19:23 -0700
  • e4edf2338e WIP Jimmy Song 2017-05-20 03:04:57 -0700
  • 91b2ed32a5 more efficient pubkey generation Jimmy Song 2017-05-25 17:04:59 -0400
  • d245705108 Added presentation Jimmy Song 2017-05-24 15:41:06 -0400
  • 5fafa6b529 Added licensing and readme Jimmy Song 2017-05-20 03:15:48 -0700
  • 9a42af780c added verify rctSimple type ringct tx's Jimmy Song 2017-05-13 20:59:46 -0700
  • 173404a991 WIP Jimmy Song 2017-05-13 16:30:20 -0700
  • 3ac7b7eb7b Removed unused script txin/txout Jimmy Song 2017-05-13 17:41:43 -0700
  • 4ee46b4a26 Refactor some key stuff Jimmy Song 2017-05-13 17:36:32 -0700
  • 435925b60c Got v2 coinbase tx's to parse properly Jimmy Song 2017-05-12 20:37:42 -0700
  • e5151327a2 Added serialization/deserialization of ringct transactions Jimmy Song 2017-05-12 18:20:12 -0700
  • 39dcd3a13f Start translating confidential transaction stuff Jimmy Song 2017-05-11 17:01:56 -0700
  • bd6487d1f6 refactor and use interfaces! Jimmy Song 2017-05-11 12:15:06 -0700
  • 025ef20056 moved edwards25519.go into this package Jimmy Song 2017-05-11 08:28:30 -0700
  • a4a0550e76 moved key image logic into createsig Jimmy Song 2017-05-11 08:22:38 -0700
  • c6fae917ec added create signature Jimmy Song 2017-05-10 19:56:17 -0700
  • 543aa1bfa3 Added all signature validity checks from monero/tests/crypto/tests.txt Jimmy Song 2017-05-10 08:14:12 -0700
  • 2e35a3653e Added HashToEC Jimmy Song 2017-05-10 07:17:19 -0700
  • bc0adea4b3 added HashToScalar and tests Jimmy Song 2017-05-09 21:18:37 -0700
  • cbbfb176fe WIP: getting ringsignatures to work Jimmy Song 2017-05-04 20:11:50 -0700
  • f159179cc4 Changed test to test for key not serialization Jimmy Song 2017-05-03 12:49:24 -0700
  • c1c77a72c8 get serialization to work with sigs Jimmy Song 2017-05-03 12:31:17 -0700
  • a7b35770f0 added input sum check Jimmy Song 2017-05-03 09:27:49 -0700
  • 99a6ba5b1c Added Key transaction serialize/deserialize (prefix only) Jimmy Song 2017-05-03 09:03:04 -0700
  • 812d4b2f64 added more coinbase tests Jimmy Song 2017-05-02 19:55:03 -0700
  • 30996ab018 Correctly parses early coinbase tx's Jimmy Song 2017-04-27 16:21:44 -0700
  • eb6b16f450 Initial Commit Jimmy Song 2017-04-24 17:19:04 -0700