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
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.
0 commit comments