Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 951 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 951 Bytes

PQKEX-nanosat-src

This repository contains the source code and the exchanged messages for the "First demonstration of a post-quantum key-exchange with a nanosatellite" experiment. Arxiv.org link - published at 2022 smallsat conference in Logan, Utah.

Ground Station (amd64)

The full source code for the ground station is publicly available here: fhnw-ise-qcrypt/kyber-avr32.

Satellite (avr32)

The source code for the satellite's operating system is subject to an NDA. The src-sat directory contains only the code written by us to implement the kyber algorithm on the satellite.

Directories

  • keys experiment messages and keys
  • src-gnd ground station source code (ubuntu amd64)
    • ref
  • src-sat satellite source code (avr32)
    • lib kyber source
    • ref mission implementation