Skip to content
Snippets Groups Projects

Allow to reset key store through qkdn-manager api

Merged Malte Bauch requested to merge reset-key-store-through-qkdn-manager into master
5 files
+ 33
0
Compare changes
  • Side-by-side
  • Inline
Files
5
@@ -75,6 +75,10 @@ func (qm *DanetQuantumModule) Address() string {
return qm.addr
}
func (qm *DanetQuantumModule) SetActive(active bool) {
qm.active = active
}
func (qm *DanetQuantumModule) IsActive() bool {
return qm.active
}
Loading