Skip to content
Snippets Groups Projects
Commit 80308fb5 authored by Martin Stiemerling's avatar Martin Stiemerling :speech_balloon: Committed by Malte Bauch
Browse files

Interface and function for QLE

parent 3e9d950a
No related branches found
No related tags found
1 merge request!1Move proto kms into ekms
......@@ -41,6 +41,12 @@ type EKMS struct {
// Will keep information about the quantum elements that this EKMS is talking to
// This actually constitutes a quantum element with only a single link
/*
type QuantumElementInterface interface {
GetQlID() qlElementId
}*/
type QuantumElement struct {
qlID qlElementId
QuantumElementLink *quantumlayer.QuantumlayerEmuPRNG // contains information about the quantum links
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment