You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Efficiently generate cryptographically strong random strings of specified entrop
15
15
-[Efficiency](#Efficiency)
16
16
-[Custom Bytes](#CustomBytes)
17
17
-[Entropy Bits](#EntropyBits)
18
-
-[Upgrading From Version 2 to 3](#Upgrade)
18
+
-[Upgrading To Version 3](#Upgrade)
19
19
-[TL;DR 2](#TLDR2)
20
20
21
21
### <aname="Installation"></a>Installation
@@ -508,7 +508,7 @@ The final line represents the number of entropy bits `N` as a function of the nu
508
508
509
509
[TOC](#TOC)
510
510
511
-
### <aname="Upgrade"></a>Upgrading From Version 2 to 3
511
+
### <aname="Upgrade"></a>Upgrading To Version 3
512
512
513
513
EntropyString version 3 does not introduce any new functionality. The sole purpose of the version 3 release is to simplify and tighten the API. Backward incompatible changes made in this effort necessitated a semantic major release.
514
514
@@ -569,8 +569,7 @@ becomes
569
569
570
570
- Remove `bitsWithRiskPower` and `bitsWithPowers` from `Entropy`
571
571
- Move predefined `CharSet` declarations from `CharSet` to `Entropy`
572
-
-`Entropy.bits` is a class method of the new `Entropy` class
573
-
572
+
-`Entropy.bits` is a class method of the new `Entropy` class
0 commit comments