You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
Driver for the Cryptotronix EClet containing an Atmel ATECC108
7
11
8
12
Status
9
13
---
10
14
11
-
This software is in ***ALPHA***. I have tested the below commands, but some there are some features and documentation that I would like to finish. If you use this software, it will configure your ECC108 in a non-reversible way. It will allow you to sign and verify with P256 keys but future features may be incompatible.
15
+
This software is in ***BETA***. I have tested the below commands, but some there are some features and documentation that I would like to finish. If you use this software, it will configure your ECC108 in a non-reversible way. It will allow you to sign and verify with P256 keys but future features may be incompatible.
12
16
13
17
You can following along with the release status [here](https://github.com/cryptotronix/EClet/issues?milestone=1&state=open).
14
18
@@ -17,7 +21,7 @@ Building
17
21
18
22
This project uses Autotools.
19
23
20
-
It requires [libcrypti2c](https://github.com/cryptotronix/libcrypti2c), also in ***ALPHA***. If you use the [autogen](https://github.com/cryptotronix/EClet/blob/master/autogen.sh) script, it will automatically build and install the library.
24
+
It requires [libcryptoauth-0.2](https://github.com/cryptotronix/libcrypti2c), also in ***ALPHA***. If you use the [autogen](https://github.com/cryptotronix/EClet/blob/master/autogen.sh) script, it will automatically build and install the library.
21
25
22
26
Hardware
23
27
---
@@ -27,7 +31,16 @@ Product page will be available shortly. This software will also work on the [Cry
27
31
Running
28
32
---
29
33
30
-
see `./eclet --help` for full details. The default I2C bus is `/dev/i2c-1` and this can be changed with the `-b` option.
34
+
see `./eclet --help` for full details. The default I2C bus is
35
+
`/dev/i2c-1` and this can be changed with the `-b` option.
36
+
37
+
Kernel option
38
+
---
39
+
40
+
If you build
41
+
[libcryptoauth](https://github.com/cryptotronix/libcrypti2c) with the
42
+
`-DUSE_KERNEL` flag and install the kernel module, this utility will
43
+
use that module if you pass in: `-b /dev/atsha0`.
31
44
32
45
Root
33
46
---
@@ -112,9 +125,4 @@ IRC: Join the `#cryptotronix` channel on freenode.
112
125
113
126
Mailing lists: `hashlet-announce` and `hashlet-users` are open for subscriptions [here](https://savannah.nongnu.org/mail/?group=hashlet).
114
127
115
-
Contributing
116
-
---
117
-
See the wiki page on [contributing](https://github.com/cryptotronix/hashlet/wiki/Contributing).
0 commit comments