formatting
This commit is contained in:
parent
f0e633ca09
commit
4cbec4d5fa
@ -14,8 +14,8 @@ sig SyncAccountKey { }
|
|||||||
|
|
||||||
// Abstraction of what's in a sync blob
|
// Abstraction of what's in a sync blob
|
||||||
sig SyncBlobHeader {
|
sig SyncBlobHeader {
|
||||||
// Access matrix, abstracts the DH
|
// Access matrix, abstracts the DH
|
||||||
// suggested by Christian (https://bugs.gnunet.org/view.php?id=6077#c16959)
|
// suggested by Christian (https://bugs.gnunet.org/view.php?id=6077#c16959)
|
||||||
// The DH will yield the symmetric blob encryption key for the "inner blob"
|
// The DH will yield the symmetric blob encryption key for the "inner blob"
|
||||||
access: AnastasisMasterSecret -> WalletDeviceKey,
|
access: AnastasisMasterSecret -> WalletDeviceKey,
|
||||||
}
|
}
|
||||||
@ -29,7 +29,7 @@ sig SyncAccount {
|
|||||||
sig WalletState {
|
sig WalletState {
|
||||||
device_key: WalletDeviceKey,
|
device_key: WalletDeviceKey,
|
||||||
anastasis_key: AnastasisMasterSecret,
|
anastasis_key: AnastasisMasterSecret,
|
||||||
enrolled: set SyncAccount,
|
enrolled: set SyncAccount,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user