why are fe_frombytes function of openssl in curve25519.c like this?

后端 未结 0 1727
天命终不由人
天命终不由人 2021-01-15 08:59
static void fe_frombytes(fe h, const uint8_t *s)
{
    /* Ignores top bit of h. */
    int64_t h0 =  load_4(s);
    int64_t h1 =  load_3(s +  4) << 6;  
    in         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题