Skip to content

Commit d62678d

Browse files
committed
debt/docs
1 parent 1d2140f commit d62678d

3 files changed

Lines changed: 6 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ jobs:
7373
run: |
7474
make test
7575
76+
- name: Fuzz
77+
run: |
78+
make fuzz
79+
7680
- name: Cover
7781
run: |
7882
make cover

CHANGELOG/CHANGELOG-1.x.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Date format: `YYYY-MM-DD`
1313
### Added
1414
### Changed
1515
- **defect:** Move OpenSSF Scorecard badge to Quality section of [README.md](../README.md).
16+
- **risk:** Added fuzz tests.
1617

1718
### Deprecated
1819
### Removed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# aes-ctr-drbg: A Deterministic Random Bit Generator based on AES in Counter mode (AES-CTR-DRBG) as specified in NIST SP 800-90A
1+
# A Deterministic Random Bit Generator based on AES in Counter mode (AES-CTR-DRBG) as specified in NIST SP 800-90A
22

33
[![Go Report Card](https://goreportcard.com/badge/github.com/sixafter/aes-ctr-drbg)](https://goreportcard.com/report/github.com/sixafter/aes-ctr-drbg)
44
[![License: Apache 2.0](https://img.shields.io/badge/license-Apache%202.0-blue?style=flat-square)](LICENSE)

0 commit comments

Comments
 (0)