herumi / mcl

a portable and fast pairing-based cryptography library
BSD 3-Clause "New" or "Revised" License
452 stars 152 forks source link

MCL uses a old version CYBOZULIB_TAG release2018050 #16

Closed fionser closed 6 years ago

fionser commented 6 years ago
  1. current MCL uses (CYBOZULIB_TAG release2018050) which the following error pops out.
    error: ‘uintToDec’ is not a member of ‘cybozu::itoa_local’
    size_t len = cybozu::itoa_local::uintToDec(buf, bufSize - pos, r);                           
  2. the uintToDec is in this commit but not in release2018050.
herumi commented 6 years ago

Thank you. I have updated the tag.