Bending bits...

Bytes and Words...

QKD Server

Repository link:

License file:

Run command:

guix shell -m manifest.scm -- guile -L src/ src/server.scm --fresh-auto-compile

guix shell -m manifest.scm -- guile -L src/ src/client.scm --fresh-auto-compile

Opened Issues

Requirements

QKD Server

(define-json-type <package>
  (command)
  (client-id)
  (payload))

(define-json-type <response>
  (error)
  (payload))