https://github.com/stouset/secrets/blob/master/src/secret_vec.rs#L197
I think the fix is as simple as letting try_new take in a length, similar to how new does. I assume this is an implementation mistake, as the docs for try_new say it has the same signature as new.