<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nitrokey-rs/examples, branch master</title>
<subtitle>Rust interface to libnitrokey</subtitle>
<id>https://git.ireas.org/nitrokey-rs/atom?h=master</id>
<link rel='self' href='https://git.ireas.org/nitrokey-rs/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/'/>
<updated>2020-02-03T10:30:57Z</updated>
<entry>
<title>Represent serial numbers using SerialNumber struct</title>
<updated>2020-02-03T10:30:57Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-01-28T16:38:47Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=4fb865af37093d9b0ee039d8ae48fb2a820f3760'/>
<id>urn:sha1:4fb865af37093d9b0ee039d8ae48fb2a820f3760</id>
<content type='text'>
In a previous commit, we changed the serial number representation from a
string to an integer.  This made it easier to compare serial numbers,
but also introduced new problems:
- Serial numbers should be formatted consistently, for example as
  "{:#010x}".  It is hard to ensure this for an integer value.
- The format of the serial number may be subject to change.  Users
  should not rely too much on the u32 representation.

Therefore we introduce a new SerialNumber struct that represents a
serial number.  Currently it only stores a u32 value.  The following
traits and functions can be used to access its value:
- FromStr for string parsing
- ToString/Display for string formatting
- as_u32 to access the underlying integer value
</content>
</entry>
<entry>
<title>Fix license identifier in examples/*.rs</title>
<updated>2020-01-14T17:20:25Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-01-14T17:20:25Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=aa74f1e98f978b4b740fe8e076768f3df6f35632'/>
<id>urn:sha1:aa74f1e98f978b4b740fe8e076768f3df6f35632</id>
<content type='text'>
This patch replaces the invalid license identifier CC-0 with the correct
identifier CC0-1.0.
</content>
</entry>
<entry>
<title>Add basic usage examples</title>
<updated>2020-01-14T16:42:38Z</updated>
<author>
<name>Robin Krahl</name>
<email>robin.krahl@ireas.org</email>
</author>
<published>2020-01-14T16:31:26Z</published>
<link rel='alternate' type='text/html' href='https://git.ireas.org/nitrokey-rs/commit/?id=698f6cbbe1539369d8857739df11425435af1daf'/>
<id>urn:sha1:698f6cbbe1539369d8857739df11425435af1daf</id>
<content type='text'>
This patch adds two basic usage examples:  listing and connecting to
Nitrokey devices, and generating a one-time password.
</content>
</entry>
</feed>
