Tommy5602

Results 1 comments of Tommy5602

One possible solution would be ` size_t Encrypt_SHA1::write(uint8_t data) { ++byteCount; addUncounted(data); return 1; } size_t Encrypt_SHA1::write(uint8_t* data, int length) { for (int i=0; i