-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
secrecy: rename constructor methods to
init_with
(#1212)
Previously they were named `*new_with_ctr` which is a somewhat confusing name (particularly to anyone who works in cryptography where "ctr" registers as counter mode). The `init_with` name is commonly used for these sorts of `Fn`-based constructors.
- Loading branch information
1 parent
59267c0
commit c1df7e9
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters