awslabs / mls-rs

An implementation of Messaging Layer Security (RFC 9420)
Apache License 2.0
70 stars 13 forks source link

Add key package count to sqlite provider #163

Closed tomleavy closed 2 weeks ago

tomleavy commented 2 weeks ago

Description of changes:

It is useful to know how many key packages remain unused in your storage in order to keep a pool of a certain size populated.

Testing:

Added unit test for the new function

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT license.