Skip to content

Commit

Permalink
Merge pull request #41 from owljoa/fix/rsaPubKeySKI
Browse files Browse the repository at this point in the history
RSA key 중복 수정입니다.
  • Loading branch information
owljoa authored Jun 1, 2018
2 parents 22a61e6 + 7f38982 commit 1998b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion key/rsa.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (key *RSAPublicKey) SKI() (ski []byte) {
}

data, _ := asn1.Marshal(rsaKeyMarshalOpt{
big.NewInt(123), 57,
key.PubKey.N, key.PubKey.E,
})

hash := sha256.New()
Expand Down

0 comments on commit 1998b05

Please sign in to comment.