ABDK

@abdk

Private team

Joined on Oct 7, 2021

  • Notation $p_{\text{min}}$ : the minimum auction price, i.e. the minimum amount of the bid asset per one unit of the ask asset $p_{\text{max}}$ : the maximumn auction price $\Delta p$ : the tick size, i.e. the price step
     Like  Bookmark
  • Routines isProbablePrime(n,k) $n,k$-- 256-bit unsigned. if $n\in{2,3,5}$ return true; if $n==1$ or even return false; compute $s$ such that $n-1=d2^s$ with odd $d$; for $i<k$: $h\leftarrow SHA3(previousBlockHash,i)$;
     Like  Bookmark