Make SQLiteAction conform to Hashable
This commit is contained in:
parent
b1f0f3fd59
commit
26fd5686e7
5 changed files with 5 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ extension Connection {
|
|||
/// Two formats are supported:
|
||||
/// - a passphrase, which undergoes key derivation;
|
||||
/// - a raw 256-bit key (32 bytes) passed without transformation.
|
||||
public enum Key {
|
||||
public enum Key: Sendable {
|
||||
/// A human-readable passphrase used for key derivation.
|
||||
///
|
||||
/// The passphrase is supplied as-is and processed by the underlying key derivation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue