Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@junbeomlee
어제 말씀하신 rsa public key가 계속 동일했던 부분 수정했습니다.
키 자체 생성은 다르게 되는데 issue #40 에서 제가 말씀드린 public key의 SKI 함수에서 상수 부분 때문에 private key는 달라지는데 public key는 동일했습니다.
public key 부분 SKI 함수의 상수 부분을 public key 인자로 바꿔서 이제 다르게 계산됩니다.
그리고 지금 파일로 저장할땐 (Subject Key Identifier(SKI) + 키 알고리즘 + 키 타입) 형태의 파일명으로 저장하게 되어있는데, SKI는 private key, public key가 동일한게 정상입니다.