HMAC 에 사용되는 Hash Function #846
-
이름 Your Name정원희 Question구현해야하는 HMAC 함수 설명에 H가 그냥 hash function 이라고만 적혀있는데, In the HMAC function description, H is just a hash function, |
Beta Was this translation helpful? Give feedback.
Answered by
leehahoon
Mar 31, 2025
Replies: 1 comment 1 reply
-
안녕하세요, hash256 함수를 사용하시면 됩니다. Hello, you can use the hash256 function. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
Wonhee-123
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
안녕하세요, hash256 함수를 사용하시면 됩니다.
Hello, you can use the hash256 function.