Skip to content

Commit

Permalink
chore: update godoc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
h5law committed May 18, 2024
1 parent 903bc20 commit e8d8378
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion godoc.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Package aks provides an implementation of the deterministic AKS Primality
// Test, as well as the Miller-Rabin probabilistic primality test.
// Test, as well as the Miller-Rabin probabilistic primality test. The library
// also provides prime number generators such as the Sieve of Eratosthenes as
// well as more modern algorithms.
//
// Ref: https://en.wikipedia.org/wiki/AKS_primality_test
// Ref: https://en.wikipedia.org/wiki/Miller%E2%80%93Rabin_primality_test
Expand Down

0 comments on commit e8d8378

Please sign in to comment.