| 42 | ByteOrder getByteOrder() const { return ByteOrder(TAO_BYTE_ORDER); } |
| 43 | word32 getBlockSize() const { return BLOCK_SIZE; } |
| 44 | word32 getDigestSize() const { return DIGEST_SIZE; } |
| 45 | word32 getPadSize() const { return PAD_SIZE; } |
| 46 | |
| 47 | #ifdef DO_SHA_ASM |