Based on SubtleCrypto. Functions we will need for encryption database.
Depends on D6994
Differential D6995
[web-db] implement crypto functions kamil on Mar 7 2023, 9:35 AM. Authored by Tags None Referenced Files
Details
Based on SubtleCrypto. Functions we will need for encryption database. Depends on D6994 Encryption:
Crypto Key:
Diff Detail
Event Timeline
Comment Actions rebase, make type read-only
Comment Actions Generally, the code itself looks good to me. But I have a general note regarding naming conventions. If you think there's no point in doing this, just let me know ;)
Comment Actions
I updated the types to match those added in D7101. Also, I added unit tests so you can check possible callsites: D7104
Oh, I didn't know those rules exist (btw. good job on those).
I think your suggestions make sense, thanks! |