diff options
author | Mattias Andrée <maandree@kth.se> | 2024-09-05 19:26:08 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2024-09-05 19:26:08 +0200 |
commit | 9789d16eb67f8cdcba8095530b460974d4645324 (patch) | |
tree | be8797ee9d5541cdb0d1b5866d4fd1cc58e4d2f7 /libhashsum.h | |
parent | Set standard_partial_byte_output_encoding to LIBHASHSUM_UNSUPPORTED for Keccal-{224,256,384,512} (diff) | |
download | libhashsum-9789d16eb67f8cdcba8095530b460974d4645324.tar.gz libhashsum-9789d16eb67f8cdcba8095530b460974d4645324.tar.bz2 libhashsum-9789d16eb67f8cdcba8095530b460974d4645324.tar.xz |
Document standard_partial_byte_{in,out}put_encoding in man pages1.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libhashsum.h')
-rw-r--r-- | libhashsum.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhashsum.h b/libhashsum.h index cf13a2e..6ac9fc8 100644 --- a/libhashsum.h +++ b/libhashsum.h @@ -430,7 +430,7 @@ struct libhashsum_hasher { * * @since 1.0 */ - unsigned char standard_partial_byte_input_encoding; /* TODO man, test */ + unsigned char standard_partial_byte_input_encoding; /* TODO test */ /** * libhashsum always uses the least significant bits of @@ -463,7 +463,7 @@ struct libhashsum_hasher { * * @since 1.0 */ - unsigned char standard_partial_byte_output_encoding; /* TODO man, test */ + unsigned char standard_partial_byte_output_encoding; /* TODO test */ /** * Update the hash state given additional |