mirror of
https://github.com/safing/portbase
synced 2025-09-01 10:09:50 +00:00
Rename module to rng
This commit is contained in:
parent
7a2b5a29aa
commit
efe7333c89
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ var (
|
|||
)
|
||||
|
||||
func init() {
|
||||
module = modules.Register("random", nil, start, nil)
|
||||
module = modules.Register("rng", nil, start, nil)
|
||||
}
|
||||
|
||||
func newCipher(key []byte) (cipher.Block, error) {
|
||||
|
|
Loading…
Add table
Reference in a new issue