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
as extra_entropy can be large, and different type than outputs
from either bits2octets or number_to_string, do not concatenate
them but rather push them to the hmac one by one
don't use six.b(), not needed on py2.6
simplify the chained comparison and remove unneeded else after return
in rfc5979.generate_k
0 commit comments