Login
Register
All Activity
Questions
Unanswered
Tags
Users
Ask a Question
Welcome to the Developer Q&A for the
MultiChain
blockchain platform.
Please feel free to ask questions about the platform to receive answers from the MultiChain developers or other members of the community.
Related questions
How to convert multichain private key to ECDSA pem format?
What part of MultiChain would you change to change the hash algorithm?
why the name multichain has used ?Did the block chain's blocks are connected in sequential order or in any order?
If the smart contracts are not used then where the programming logic is deployed ?
What algorithm is used to create wallets and key pairs
4,156
questions
4,369
answers
5,718
comments
Most popular tags
multichain
streams
assets
stream
transactions
json-rpc
blockchain
wallet
permissions
error
address
raw-transactions
asset
mining
node
api
issue
multichain-explorer
nodes
connect
multichaind
multisig
transaction
smart-filters
metadata
private-key
atomic-exchange
multichain-cli
multichain-web-demo
data
connection
performance
blocks
demo
web
json
database
storage
native-currency
bitcoin
private-blockchain
network
fee
smart-contracts
wallets
signrawtransaction
off-chain
exchange
multiple-nodes
getnewaddress
the asymmetric cryptography algorithm used
+1
vote
Hello,
Can you please tell me what asymmetric cryptography algorithm is used for signature or encryption (RSA, ECC, ...), and where I can find those algorithms in the source code. Thanks!
Best regards.
multichain
cryptography
asked
Mar 12, 2018
by
Zero
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Absolutely the same as bitcoin, ECDSA:
https://github.com/MultiChain/multichain/tree/master/src/secp256k1
answered
Mar 12, 2018
by
MultiChain
Please
log in
or
register
to add a comment.
...