Closed
Description
The following comment seems to be wrong:
rust-cryptoki/cryptoki/src/functions/slot_token_management.rs
Lines 86 to 87 in 916f9bb
32 is used not because it's a code for space but because the spec requires 32 bytes. Also: the space is encoded as a first argument (b' '
) as the it is required that the label is space-padded.