Author Topic: Can someone help me find Arhag's implementation of blind transfers in Javascript  (Read 2075 times)

0 Members and 1 Guest are viewing this topic.

Offline btstip

  • Hero Member
  • *****
  • Posts: 644
    • View Profile
  • BitShares: btstip-io
Hey fuzzy, here are the results of your tips...
Curious about BtsTip? Visit us at http://btstip.io and start tipping BTS on https://bitsharestalk.org/ today!
Created by hybridd

Offline fuzzy

WhaleShares==DKP; BitShares is our Community! 
ShareBits and WhaleShares = Love :D

Offline btstip

  • Hero Member
  • *****
  • Posts: 644
    • View Profile
  • BitShares: btstip-io
Hey fuzzy, here are the results of your tips...
  • luckybit: has been credited 50 BROWNIE.PTS
Curious about BtsTip? Visit us at http://btstip.io and start tipping BTS on https://bitsharestalk.org/ today!
Created by hybridd

Offline fuzzy

WhaleShares==DKP; BitShares is our Community! 
ShareBits and WhaleShares = Love :D

Offline bytemaster

For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.

Offline bytemaster

https://arhag.github.io/libsecp256k1-demo/
https://github.com/arhag/crypto-experiments/tree/emscripten/emscripten/libsecp256k1-demo

That looks very close, where is the source to that and how do I get the following calls exposed?

Code: [Select]
secp256k1_pedersen_blind_sum
secp256k1_pedersen_verify_tally
secp256k1_rangeproof_verify
secp256k1_rangeproof_sign
secp256k1_rangeproof_rewind
secp256k1_rangeproof_info
secp256k1_pedersen_commit
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.


Offline bytemaster

For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.


Offline bytemaster

I remember it got it working and posted a thread here.  I would like to track down that code and see what its status is.
For the latest updates checkout my blog: http://bytemaster.bitshares.org
Anything said on these forums does not constitute an intent to create a legal obligation or contract between myself and anyone else.   These are merely my opinions and I reserve the right to change them at any time.