diff options
| author | Christine Dodrill <me@christine.website> | 2019-06-14 18:09:39 +0000 |
|---|---|---|
| committer | Christine Dodrill <me@christine.website> | 2019-06-14 18:09:39 +0000 |
| commit | b75b53a6ac5653a79fc1c7bf95b9fb8a85ce71de (patch) | |
| tree | da7b05d874bf730c8a96dd9109e6cf5e13ea350e /entropy/doc.go | |
| parent | 0b87828dc7b052120e93f680c162068e4ca65f97 (diff) | |
| download | x-b75b53a6ac5653a79fc1c7bf95b9fb8a85ce71de.tar.xz x-b75b53a6ac5653a79fc1c7bf95b9fb8a85ce71de.zip | |
entropy
Diffstat (limited to 'entropy/doc.go')
| -rw-r--r-- | entropy/doc.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/entropy/doc.go b/entropy/doc.go new file mode 100644 index 0000000..fabe727 --- /dev/null +++ b/entropy/doc.go @@ -0,0 +1,2 @@ +// Package entropy has a few helper functions to calculate the bit entropy of strings. +package entropy |
