Argon2SegmentBlockCount Property
Gets the number of memory blocks per segment. This value gets
derived from the memory cost. The memory cost value is a request
for that number of blocks. If that request is less than (2 *
SyncPointCount) times the number of lanes requested,
it is first bumped up to that amount. Then, it may be reduced to
fit on a
SyncPointCount times the number of lanes
requested boundary.
Namespace: Gemstone.Security.Cryptography.Argon2HashAssembly: Gemstone.Security (in Gemstone.Security.dll) Version: 1.0.170 -- Release Build+ca3065dc8f8b84c59ee38bd3367c3e71f3818071
public int SegmentBlockCount { get; }
Public ReadOnly Property SegmentBlockCount As Integer
Get
public:
property int SegmentBlockCount {
int get ();
}
function get_SegmentBlockCount();
Property Value
Int32