Skip to content

v0.4.0

Compare
Choose a tag to compare
@steveatinfincia steveatinfincia released this 08 Nov 00:04
· 31 commits to master since this release
v0.4.0
283d9e7

Mostly source compatible with v0.3.0, except for the additional error kind, and guarding
against invalid entropy lengths being used to create a Mnemonic.

Changes

  • Add failure test for Mnemonic::from_entropy() [4be7216]
  • Return error when invalid entropy is used [becd7b1]
  • Add error type for invalid entropy length [cd28a0b]
  • Implement std::fmt::Display for MnemonicType [0b7edf2]