1
0
mirror of https://github.com/Luzifer/go-dhparam.git synced 2024-09-19 00:22:58 +00:00
Pure Go implementation of OpenSSL dhparam generator
Go to file
2020-05-04 18:11:40 +02:00
.travis.yml Add Go modules support, update test environment 2020-05-04 18:01:14 +02:00
dh.go Initial version 2018-10-08 01:07:43 +02:00
generator_test.go Added GenerateWithContext (#2) 2020-05-04 17:59:29 +02:00
generator.go Added GenerateWithContext (#2) 2020-05-04 17:59:29 +02:00
go.mod Add Go modules support, update test environment 2020-05-04 18:01:14 +02:00
go.sum Add Go modules support, update test environment 2020-05-04 18:01:14 +02:00
History.md prepare release v1.1.0 2020-05-04 18:11:40 +02:00
LICENSE Initial version 2018-10-08 01:07:43 +02:00
primes.go Initial version 2018-10-08 01:07:43 +02:00
README.md Initial version 2018-10-08 01:07:43 +02:00
validate_test.go Test: Keep travis awake by sending output 2018-10-08 12:27:44 +02:00
validate.go Lint: Follow more linter advices 2018-10-08 11:18:14 +02:00

Go Report Card

Luzifer / go-dhparam

go-dhparam is a pure Golang implementation of the openssl dhparam generator no requiring any CGO bindings.