Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sframe.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ KeyRecord::from_base_key(CipherSuite suite,
auto key_size = cipher_key_size(suite);
auto nonce_size = cipher_nonce_size(suite);

const auto empty_byte_string = owned_bytes<0>();
const auto empty_byte_string = owned_bytes<1>();
const auto key_label = sframe_key_label(suite, key_id);
const auto salt_label = sframe_salt_label(suite, key_id);

Expand Down
Loading