mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-13 20:13:15 +03:00
model: Links to a section further down
This commit is contained in:
parent
2a0331e2dd
commit
e652eb6f5b
@ -19,7 +19,7 @@ An `Operation` is a piece of data including:
|
||||
|
||||
- a type identifier
|
||||
- an author (a reference to another entity)
|
||||
- a timestamp (there is also 1 or 2 Lamport time that we will describe later)
|
||||
- a timestamp (there is also 1 or 2 [Lamport time](#time-is-unreliable))
|
||||
- all the data required by that operation type (a message, a status ...)
|
||||
- a random [nonce](https://en.wikipedia.org/wiki/Cryptographic_nonce) to ensure we have enough entropy, as the operation identifier is a hash of that data (more on that later)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user