golang-github-cloudflare-sidh 1.0+git20190228.d2f0f90-4 source package in Ubuntu

Changelog

golang-github-cloudflare-sidh (1.0+git20190228.d2f0f90-4) unstable; urgency=medium

  * Update upstream URL.

 -- Roger Shimizu <email address hidden>  Tue, 30 Jun 2020 03:03:35 +0900

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
golang-github-cloudflare-sidh_1.0+git20190228.d2f0f90-4.dsc 2.4 KiB 0ff0dd0a99ac2405c6da2fadb1e04dacc3fb8ed67d0209e9e1ae30ac615a043c
golang-github-cloudflare-sidh_1.0+git20190228.d2f0f90.orig.tar.gz 349.2 KiB 34ecbda3f1a12543e2b439692064d1d2b8f283c6c6dc2de7e2b917adc848bc6b
golang-github-cloudflare-sidh_1.0+git20190228.d2f0f90-4.debian.tar.xz 3.7 KiB 6f307f38c25ed5faad9ba73bc94af2703b1b1912797de6de0733f493893b0053

No changes file available.

Binary packages built by this source

golang-github-cloudflare-sidh-dev: Supersingular Isogeny Diffie-Hellman golang library

 Go implementation of (ephemeral) supersingular isogeny Diffie-Hellman
 (SIDH) and supersingular isogeny key exchange (SIKE), as specified in
 SIDH-spec, PQC NIST Submission (http://sike.org/files/SIDH-spec.pdf)
 (Nov 30, 2017).
 .
 Portions of the field arithmetic were ported from the Microsoft
 Research implementation.
 .
 The SIDH package does NOT implement key validation. It means that it
 should only be used for ephemeral DH. Each keypair should be used at
 most once.
 .
 Project provides following packages:
   * p503: P503 field arithmetic
   * p751: P751 field arithmetic
   * sidh: Implementation of SIDH key agreement
   * sike: Implementation of SIKE PKE and KEM, based on sidh package