Merge pull request #119 from phayes/master

Removing double 'does'
This commit is contained in:
isis agora lovecruft 2020-06-30 22:43:28 +00:00 committed by GitHub
commit db004cbd41
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,7 +231,7 @@ impl<'d> Deserialize<'d> for SecretKey {
// you'd like to complain about me, again) that this is "ill-designed" because
// this doesn't actually provide true hash domain separation, in that in many
// real-world applications a user wishes to have one key which is used in
// several contexts (such as within tor, which does does domain separation
// several contexts (such as within tor, which does domain separation
// manually by pre-concatenating static strings to messages to achieve more
// robust domain separation). In other real-world applications, such as
// bitcoind, a user might wish to have one master keypair from which others are