Implement ECDH, ECSA, SPAKE and sessions. All required crypto is now… #7
Annotations
1 error and 10 warnings
build
Process completed with exit code 1.
|
build:
MatterDotNet/Messages/Sigma1.cs#L17
Non-nullable property 'initiatorRandom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Messages/Sigma1.cs#L20
Non-nullable property 'initiatorEphPubKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Messages/Sigma1.cs#L21
Non-nullable property 'resumptionID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Messages/Sigma1.cs#L22
Non-nullable property 'initiatorResumeMIC' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Messages/Sigma1.cs#L17
Non-nullable property 'initiatorRandom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Messages/Sigma1.cs#L20
Non-nullable property 'initiatorEphPubKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Messages/Sigma1.cs#L21
Non-nullable property 'resumptionID' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Messages/Sigma1.cs#L22
Non-nullable property 'initiatorResumeMIC' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Messages/Sigma1.cs#L17
Non-nullable property 'initiatorRandom' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|
build:
MatterDotNet/Messages/Sigma1.cs#L20
Non-nullable property 'initiatorEphPubKey' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
|