bnb-chain / tss-lib

Threshold Signature Scheme, for ECDSA and EDDSA
MIT License
759 stars 261 forks source link

What does "each message should be wrapped with a session ID" mean? #292

Open shlaurant opened 5 months ago

shlaurant commented 5 months ago

Does that mean adding additional session id data to a message like below?

{
    sessionId: out-of-band-id
    msg: round-message
}

Or would it be ok to just using https for communication and its session id??