Skip to content
Snippets Groups Projects
Commit c976580d authored by Martin Stiemerling's avatar Martin Stiemerling :speech_balloon:
Browse files

clean-up for new repo location.

parent 4a88ab88
Branches
No related tags found
2 merge requests!9First working draft version,!8clean-up for new repo location.
......@@ -4,6 +4,8 @@ This is a prototypically Key Management System (KMS) for Quantum Key Distributio
It uses, by now, an emulation of a quantum link to exchange random numbers between neighboring quantum network elements.
**Note well** _This is not intended to be used in production environments, neither in networks that can be reached by everybody, nor in other uncontrolled settings._
# Acknowledgements
This prototypically Key Management System (KMS) has been developed in the [DemoQuanDT](https://www.forschung-it-sicherheit-kommunikationssysteme.de/projekte/demoquandt) project ("Quantenschlüsselaustausch im deutschen Telekommunikationsnetz für höhere IT-Sicherheit", engl. quantum key exchange in the german telecommunications network for higher IT security).
......
......@@ -6,7 +6,7 @@ import (
"log"
"sync"
"code.fbi.h-da.de/demoquandt/proto-kms/quantumlayer"
"code.fbi.h-da.de/danet/proto-kms/quantumlayer"
)
type kmsKS interface {
......
......@@ -11,9 +11,9 @@ import (
"sync"
"time"
pbETSI "code.fbi.h-da.de/demoquandt/proto-kms/api/gen/proto/go/kmsetsi"
pbIC "code.fbi.h-da.de/demoquandt/proto-kms/api/gen/proto/go/kmsintercom"
"code.fbi.h-da.de/demoquandt/proto-kms/quantumlayer"
pbETSI "code.fbi.h-da.de/danet/proto-kms/api/gen/proto/go/kmsetsi"
pbIC "code.fbi.h-da.de/danet/proto-kms/api/gen/proto/go/kmsintercom"
"code.fbi.h-da.de/danet/proto-kms/quantumlayer"
"github.com/google/uuid"
)
......
......@@ -10,7 +10,7 @@ import (
"net"
"os/exec"
pb "code.fbi.h-da.de/demoquandt/proto-kms/api/gen/proto/go/kmsetsi"
pb "code.fbi.h-da.de/danet/proto-kms/api/gen/proto/go/kmsetsi"
"google.golang.org/grpc"
"google.golang.org/grpc/codes"
"google.golang.org/grpc/status"
......
......@@ -7,7 +7,7 @@ import (
"log"
"net"
pb "code.fbi.h-da.de/demoquandt/proto-kms/api/gen/proto/go/kmsintercom"
pb "code.fbi.h-da.de/danet/proto-kms/api/gen/proto/go/kmsintercom"
"google.golang.org/grpc"
)
......
......@@ -9,7 +9,7 @@ import (
"os/exec"
"time"
pb "code.fbi.h-da.de/demoquandt/proto-kms/api/gen/proto/go/kmsetsi"
pb "code.fbi.h-da.de/danet/proto-kms/api/gen/proto/go/kmsetsi"
"github.com/google/uuid"
"google.golang.org/grpc"
"google.golang.org/grpc/credentials/insecure"
......
......@@ -10,7 +10,7 @@ import (
"testing"
"time"
"code.fbi.h-da.de/demoquandt/proto-kms/kms"
"code.fbi.h-da.de/danet/proto-kms/kms"
"github.com/google/uuid"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment