content: 照合の記述を「ハッシュ計算→比較」から「証明発行→照合」に修正(JA/EN) - #131
Open
aggre wants to merge 2 commits into
Open
Conversation
… issuance (JA/EN)
…r, not the two parties Aggre指摘: 「証明」はIS部門に通じない。ハッシュは残しつつ、 「両者がハッシュを計算して比較する」→「Lemmaが中身を見せずに照合する」 に修正。技術的に正確で、読み手にも伝わる記述に。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
修正内容
Aggreの指摘により、照合メカニズムの記述を修正。
問題
元の記述では「それぞれの側でハッシュ値(指紋)を計算し、両者のハッシュを比較して一致すれば同じ支払い」としていた。しかし実際のLemma仕様では:
修正箇所(JA/EN両方)
ハッシュ値を計算→証明を発行ハッシュ値(指紋)を計算→証明を発行。計算で示すもので、中身は渡さない金額のハッシュ→金額ハッシュ値も→証明もハッシュ値を計算→証明を発行保留
レビュー確認ポイント