Skip to content

Commit

Permalink
Signature is not part of the Record object itself
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Sep 2, 2015
1 parent 9cdf39c commit a7a5e29
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion records/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ For example, Alice and Bob earlier could use the following interface:
```go
type Record struct {
Scheme Link // link to the validity scheme
Signature Link // link to a cryptographic signature over the record
Expires Data // datetime at which record expires
Value Data // an opaque value
}
Expand Down

0 comments on commit a7a5e29

Please sign in to comment.