usnistgov / ESV-Server

Entropy Source Validation Protocol and Server specifications
13 stars 12 forks source link

The minHin value of 320 fails with the esvp demo server #40

Closed dsikkema-atsec closed 1 year ago

dsikkema-atsec commented 1 year ago

We have a module where the first conditioning component has an minHin value of 320. The esvp demo server gives an error: Server error response: [ { "esvVersion": "1.0" }, { "conditioningComponents": { "elementList": [ { "location": "SequencePosition: 1", "messageList": [ "FloatValueOutOfRangeError: minHin is not between 0 and 256 minNin." ] } ] } } ] Is the minHin truly a minimum value and not what the h_in value should be?

dsikkema-atsec commented 1 year ago

closing the issue, having the correct minNin resolved the issue