Skip to content

Commit

Permalink
Fix(1.6): Added missing omitempty in NistQuantumSecurityLevel
Browse files Browse the repository at this point in the history
Signed-off-by: Petzys <[email protected]>
  • Loading branch information
Petzys committed May 17, 2024
1 parent c33b9cb commit 16d2143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cyclonedx.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ type CryptoAlgorithmProperties struct {
Padding CryptoPadding `json:"padding,omitempty" xml:"padding,omitempty"`
CryptoFunctions *[]CryptoFunction `json:"cryptoFunctions,omitempty" xml:"cryptoFunctions>cryptoFunction,omitempty"`
ClassicalSecurityLevel *int `json:"classicalSecurityLevel,omitempty" xml:"classicalSecurityLevel,omitempty"`
NistQuantumSecurityLevel *int `json:"nistQuantumSecurityLevel" xml:"nistQuantumSecurityLevel"`
NistQuantumSecurityLevel *int `json:"nistQuantumSecurityLevel,omitempty" xml:"nistQuantumSecurityLevel,omitempty"`
}

type CryptoAssetType string
Expand Down

0 comments on commit 16d2143

Please sign in to comment.