Commit 56c39480 authored by manastasova's avatar manastasova
Browse files

Update README file

parent 026e1ed6
Loading
Loading
Loading
Loading
+14 −5
Original line number Diff line number Diff line
## TS 103 744 Quantum-safe Hybrid Key Exchanges ##

 Informative reference implementation as reported in Annex D of ETSI TS 103 744,
 Informative reference implementation as reported in Annex C of ETSI TS 103 744,
 "CYBER; Quantum-safe Hybrid Key Exchanges. The code is not intended for production use.
 It is intended to be a reference implementation for test.
 
@@ -14,11 +14,20 @@
 This is not intended for production use.  It is intended to be a reference
 implementation for test vectors for the specification.
  
  git clone ssh://git.amazon.com/pkg/Etsi-hkex-test
  git checkout 
 ### Build instructions ###
 
This library requires OpenSSL version 3.x.x libcrypto.
This library requires OpenSSL version 3.2.4-dev libcrypto.
 
     gcc -Wall -o etsi-hkex-test main.c qshkex.c -lcrypto
    To clone and build dependencies (openssl, liboqs, and oqs-provider), run:
    make

    To build and run etsi-hkex-test:
    make run

    Or:
    gcc -Wall -o etsi-hkex-test main.c crypto.c qshkex.c -lcrypto -loqs
    ./etsi-hkex-test
     
### License ###