CrackTimesSeconds class

Constructors

CrackTimesSeconds({required double onlineThrottling100PerHour, required double onlineNoThrottling10PerSecond, required double offlineSlowHashing1e4PerSecond, required double offlineFastHashing1e10PerSecond})
const
CrackTimesSeconds.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
offlineFastHashing1e10PerSecond double
final
offlineSlowHashing1e4PerSecond double
final
onlineNoThrottling10PerSecond double
final
onlineThrottling100PerHour double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override