Dkg.pedersen #24
Annotations
10 warnings
build:
dkg/Config.cs#L42
Non-nullable property 'LongTermKey' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
dkg/Config.cs#L45
Non-nullable property 'OldNodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
dkg/Config.cs#L49
Non-nullable property 'PublicCoeffs' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
dkg/Config.cs#L52
Non-nullable property 'NewNodes' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
dkg/Config.cs#L55
Non-nullable property 'Share' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
dkg/Config.cs#L66
Non-nullable property 'Reader' must contain a non-null value when exiting constructor. Consider declaring the property as nullable.
|
build:
dkg/DistKeyGenerator.cs#L355
Dereference of a possibly null reference.
|
build:
dkg/DistKeyGenerator.cs#L394
Possible null reference argument for parameter 'vssResponse' in 'DistResponse.DistResponse(int index, Response vssResponse)'.
|
build:
dkg/DistKeyGenerator.cs#L417
Dereference of a possibly null reference.
|
build:
dkg/DistKeyGenerator.cs#L472
Dereference of a possibly null reference.
|