threefoldtech / rmb-rs

RMB implementation in rust
Apache License 2.0
3 stars 1 forks source link

Message timestamp validation #52

Closed muhamadazmy closed 2 years ago

muhamadazmy commented 2 years ago

We make sure that the message always has the correct timestamp and expiration times.

message on the remote end need to be 'not expired' and at the same time not very old (stampped less than 60 seconds ago)