25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
5 yıl önce
6 yıl önce
6 yıl önce
6 yıl önce
123456789101112131415161718192021222324
  1. # Servers
  2. ## Quantum-resistant key exchange
  3. ### golang based
  4. * ``pq.amongbytes.com``: SIDH/P503-x25519, SIDH/751-x448
  5. * ``pq-t1.amongbytes.com``: SIDH tests: Test phase 1. Allowed to be broken
  6. ### BoringSSL based (SIDH/P503-X25519 only - mainly for toure/interoperability testing)
  7. | domain | SNI | desc |
  8. |--------|-----|------|
  9. | pq.amongbytes.com | pq-clang.amongbytes.com | Clang on X64_64 with all optims |
  10. | pq.amongbytes.com | pq-clang-san.amongbytes.com | Clang with sanitizers on x86_64 with optims |
  11. | pq.amongbytes.com | pq-gcc.amongbytes.com | GCC with all optims on x86_64 |
  12. | pq.amongbytes.com | pq-gcc-nop.amongbytes.com | GCC without optims on x86_64 |
  13. | pq.amongbytes.com | pq-arm8.amongbytes.com | ARMv8 with optims and out of order execution |
  14. | pq.amongbytes.com | pq-arm8-nop.amongbytes.com | aarch64 without optims out of order execution |
  15. | pq.amongbytes.com | pq-arm8-noo.amongbytes.com | aarch64 without optims without OoO|
  16. | pq.amongbytes.com | pq-arm7.amongbytes.com | armv7 without optims without OoO|
  17. ## TLS-TRIS
  18. * ``gotls13.amongbytes.com``: Currently alias to gotls13-p1 (referenced at https://github.com/tlswg/tls13-spec/wiki/Implementations)