Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

kemtls/implementing-and-measuring-kemtls-KEMTLS-local-measurements

 
 

Repository files navigation

KEMTLS local measurements

The scripts needed for KEMTLS local measurements.

To build

  • Make sure you have go 1.16 installed.
  • Clone the library with submodules: git clone --recurse-submodules git@github.com:claucece/KEMTLS-local-measurements.git (with ssh in this case).
  • Install go-color: go get -u github.com/TwinProduction/go-color.
  • Build our own version of golang (provided as a submodule) by executing make.bash in the go/src folder.
  • To run vanilla tls 1.3 with DC for server authentication only, run go/bin/go run server.go
  • To run vanilla tls 1.3 with DC for mutual authentication, run go/bin/go run client.go
  • To run kemtls with DC for server authentication only, run go/bin/go run server_kemtls.go
  • To run kemtls with DC for mutual authentication, run go/bin/go run client_kemtls.go
  • To run pqtls with DC for server authentication only, run go/bin/go run server_pqtls.go
  • To run pqtls with DC for mutual authentication, run go/bin/go run client_pqtls.go

About

Archival copy of the KEMTLS local measurements client from the paper "Implementing and Measuring KEMTLS"

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%