mirror of
https://github.com/bitwarden/server
synced 2026-02-28 10:23:24 +00:00
7 lines
188 B
C#
7 lines
188 B
C#
namespace Bit.Seeder.Data.Enums;
|
|
|
|
/// <summary>
|
|
/// Skew shape for cipher-to-collection assignment distribution.
|
|
/// </summary>
|
|
public enum CipherCollectionSkew { Uniform, HeavyRight }
|