An open API service for producing an overview of a list of open source projects.

https://github.com/sixafter/aes-ctr-drbg

aes-ctr cipher-algorithms cipher-streams crypto drbg fips-140 fips-140-2 nist-sp-800-90a

Score: -Infinity

Last synced: about 20 hours ago
JSON representation

Repository metadata:

A Deterministic Random Bit Generator based on AES in Counter mode (AES-CTR-DRBG) as specified in NIST SP 800-90A written in Go.


Owner metadata:


GitHub Events

Total
Last Year

Committers metadata

Last synced: 1 day ago

Total Commits: 38
Total Committers: 1
Avg Commits per committer: 38.0
Development Distribution Score (DDS): 0.0

Commits in past year: 38
Committers in past year: 1
Avg Commits per committer in past year: 38.0
Development Distribution Score (DDS) in past year: 0.0

Name Email Commits
Michael Primeaux m****x 38

Issue and Pull Request metadata

Last synced: 13 days ago

Total issues: 5
Total pull requests: 10
Average time to close issues: 4 days
Average time to close pull requests: 15 minutes
Total issue authors: 3
Total pull request authors: 1
Average comments per issue: 2.4
Average comments per pull request: 0.0
Merged pull request: 7
Bot issues: 0
Bot pull requests: 0

Past year issues: 5
Past year pull requests: 10
Past year average time to close issues: 4 days
Past year average time to close pull requests: 15 minutes
Past year issue authors: 3
Past year pull request authors: 1
Past year average comments per issue: 2.4
Past year average comments per pull request: 0.0
Past year merged pull request: 7
Past year bot issues: 0
Past year bot pull requests: 0

More stats: https://issues.ecosyste.ms/repositories/lookup?url=https://github.com/sixafter/aes-ctr-drbg

Top Issue Authors

  • mprimeaux (3)
  • sdrapkin (1)
  • gnawybol (1)

Top Pull Request Authors

  • mprimeaux (10)

Top Issue Labels

  • priority: high (4)
  • kind: risk (3)
  • kind: debt (2)
  • priority: low (1)

Top Pull Request Labels

  • kind: debt (5)
  • priority: medium (5)
  • priority: high (4)
  • kind: feature (3)
  • kind: risk (1)

Package metadata

proxy.golang.org: github.com/sixafter/aes-ctr-drbg

Package ctrdrbg provides a FIPS 140-2 aligned, high-performance AES-CTR-DRBG. This package implements a cryptographically secure, pool-backed Deterministic Random Bit Generator (DRBG) following the NIST SP 800-90A AES-CTR-DRBG construction, specifically as defined in §10.2.1 of NIST SP 800-90A Rev. 1 ("Recommendation for Random Number Generation Using Deterministic Random Bit Generators"). Each generator instance uses an AES block cipher in counter (CTR) mode to produce cryptographically secure pseudo-random bytes, suitable for high-throughput, concurrent workloads. All cryptographic primitives are provided by the Go standard library. This implementation is designed for environments requiring strong compliance, including support for Go's FIPS-140 mode (GODEBUG=fips140=on). Reference:

  • Homepage: https://github.com/sixafter/aes-ctr-drbg
  • Documentation: https://pkg.go.dev/github.com/sixafter/aes-ctr-drbg#section-documentation
  • Licenses: Apache-2.0
  • Latest release: v1.16.0 (published 13 days ago)
  • Last Synced: 2026-01-26T03:17:22.460Z (9 days ago)
  • Versions: 23
  • Dependent Packages: 0
  • Dependent Repositories: 0
  • Rankings:
    • Dependent packages count: 5.279%
    • Average: 5.456%
    • Dependent repos count: 5.633%

Dependencies

.github/workflows/ci.yaml actions
  • actions/cache v4 composite
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • golangci/golangci-lint-action v8 composite
  • sonarsource/sonarqube-scan-action v5 composite
.github/workflows/codeql-analysis.yaml actions
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/autobuild v3 composite
  • github/codeql-action/init v3 composite
.github/workflows/release.yaml actions
  • actions/checkout v4 composite
  • actions/setup-go v5 composite
  • anchore/sbom-action v0 composite
  • goreleaser/goreleaser-action v6 composite
  • sigstore/cosign-installer v3.9.1 composite
.github/workflows/scorecard.yml actions
  • actions/checkout 11bd71901bbe5b1630ceea73d27597364c9af683 composite
  • actions/upload-artifact ea165f8d65b6e75b540449e92b4886f43607fa02 composite
  • github/codeql-action/upload-sarif v3 composite
  • ossf/scorecard-action 05b42c624433fc40578a4040d5cf5e36ddca8cde composite
go.mod go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/google/uuid v1.6.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.10.0
  • gopkg.in/yaml.v3 v3.0.1
go.sum go
  • github.com/davecgh/go-spew v1.1.1
  • github.com/google/uuid v1.6.0
  • github.com/pmezard/go-difflib v1.0.0
  • github.com/stretchr/testify v1.10.0
  • gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405
  • gopkg.in/yaml.v3 v3.0.1