INNER CODE UNIT · C

bytes

chjj/liburkel · src/bits.c:182

  bytes = (size + 7) / 8;

  if (len < bytes)
    return 0;

  bits->size = size;

  urkel_read(bits->data, data, bytes);

  return 1;
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…