Merged
Conversation
Member
Author
|
TLS 1.3 스위트를 구성하기 위해 다음 작업 필요
|
4 tasks
…트 제거, 상수-시간 크레이트 이름 변경 예정)
Member
Author
|
모든 보안 크레이트에 에러를 정의하여 Result 로 SecureBuffer와 함께 반환되도록 설계하는 편이 권장됨. |
Member
Author
|
현재 SHA-3 bits FFI 함수 일괄 생성 매크로에 따라 생성될 해시 함수의 시그니처는 다음과 같음 pub unsafe extern "C" fn $fn_name(
input: *const FFIStandard,
output: *mut FFIStandard,
last_byte: u8,
valid_bits: usize,
) -> EntLibResult {...}last_byte 파라미터도 사용자가 직접 입력하여 전달하는 "순수 평문" 인데 단순 u8 처리되어있음. 이 데이터를 소거 가능한 FFI 통신 표준 구조체인 FFIStandard로 변경할 필요 있음. |
Member
Author
|
최종 안정화에 따른 |
Member
Author
|
진짜 수행 |
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.
릴리즈 스탠다드 (해당 기능 전체 구현 후 릴리징)
no_std원활한 동작 검사