Lecture 1.1 Cryptographic Hash Functions

이 Post 는 Coursera 강의 “Bitcoin and Cryptocurrency Technologies” 와 해당 강의 저자의 draft 를 참고하여 작성된 것입니다. Lecture 1.1 Cryptographic Hash Functions <Hash Function 의 특징> 어떤 크기의 어떤 종류의 문자열도 Input 이 될 수 있다. 고정된 크기의 Output 을 생성한다. (강의에서는 256 bit 를 가정) Hash Function 을 효율적으로 계산가능하다. Hash Function 이 암호화폐에 …

Read moreLecture 1.1 Cryptographic Hash Functions