0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-06-02 12:09:11 +02:00
bitwarden_rs/src/db/models
Samuel Tardieu 7445ee40f8 Remove get_random_64()
Its uses are replaced by get_randm_bytes() or encode_random_bytes().
2022-11-13 10:03:06 +01:00
..
attachment.rs Update to diesel2 2022-10-23 00:49:23 +02:00
cipher.rs Update to diesel2 2022-10-23 00:49:23 +02:00
collection.rs Update to diesel2 2022-10-23 00:49:23 +02:00
device.rs Use constant size generic parameter for random bytes generation 2022-11-11 11:59:27 +01:00
emergency_access.rs Update to diesel2 2022-10-23 00:49:23 +02:00
favorite.rs Update to diesel2 2022-10-23 00:49:23 +02:00
folder.rs Update to diesel2 2022-10-23 00:49:23 +02:00
group.rs Update to diesel2 2022-10-23 00:49:23 +02:00
mod.rs group support 2022-10-20 15:31:53 +02:00
org_policy.rs Update to diesel2 2022-10-23 00:49:23 +02:00
organization.rs validate billing_email on save 2022-10-26 21:42:36 +02:00
send.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00
two_factor.rs Update to diesel2 2022-10-23 00:49:23 +02:00
two_factor_incomplete.rs Update to diesel2 2022-10-23 00:49:23 +02:00
user.rs Remove get_random_64() 2022-11-13 10:03:06 +01:00