選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
Kris Kwiatkowski 574a592610 Update README.md 5年前
images Latest update 6年前
.gitignore gotls13-p1: make it possible to use certificates in test server 6年前
README.md Update README.md 5年前

README.md

Servers

Quantum-resistant key exchange

golang based

  • pq.amongbytes.com: SIDH/P503-x25519, SIDH/751-x448
  • pq-t1.amongbytes.com: SIDH tests: Test phase 1. Allowed to be broken

BoringSSL based (SIDH/P503-X25519 only - mainly for toure/interoperability testing)

domain SNI desc
pq.amongbytes.com pq-clang.amongbytes.com Clang on X64_64 with all optims
pq.amongbytes.com pq-clang-san.amongbytes.com Clang with sanitizers on x86_64 with optims
pq.amongbytes.com pq-gcc.amongbytes.com GCC with all optims on x86_64
pq.amongbytes.com pq-gcc-nop.amongbytes.com GCC without optims on x86_64
pq.amongbytes.com pq-arm8.amongbytes.com ARMv8 with optims and out of order execution
pq.amongbytes.com pq-arm8-nop.amongbytes.com aarch64 without optims out of order execution
pq.amongbytes.com pq-arm8-noo.amongbytes.com aarch64 without optims without OoO
pq.amongbytes.com pq-arm7.amongbytes.com armv7 without optims without OoO

TLS-TRIS