Skip to content

Commit

Permalink
Merge remote-tracking branch 'dalek/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
isislovecruft committed Jun 30, 2020
2 parents 36a51ac + db004cb commit 3ffa9ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/secret.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3ffa9ff

Please sign in to comment.