mirror of
https://github.com/bitwarden/server.git
synced 2026-06-16 13:56:16 -05: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 }
|