Skip to content

Instantly share code, notes, and snippets.

@jjangga0214
Created November 16, 2017 05:54
Show Gist options
  • Save jjangga0214/7196aecf74e25bf4a3cd3309b8b67c91 to your computer and use it in GitHub Desktop.
Save jjangga0214/7196aecf74e25bf4a3cd3309b8b67c91 to your computer and use it in GitHub Desktop.

블록체인의 원리

Immutability

분산 원장 (distributed ledger)

블록 체이닝

  • 블록 체이닝을 하는 이유

합의 알고리즘

  • PoW(Power of Work)

  • PoS(Power of Stake)

전자서명의 적용

  • 전자 서명의 원리

해쉬함수의 적용

  • 해쉬함수의 특성

    • 해쉬 문자열이란?
    • 해쉬 함수란?
    • 입력이 조금만 달라져도 출력은 완전히 달라진다.
    • 1대 n관계이지만, 충돌 가능성은 극히 낮다.
      • SHA-256 : 2의 256승의 가능성이 있다.
  • 변조 방지에 이용되는 원리

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment