Skip to content

Commit 66ddf24

Browse files
committed
cleanup
1 parent 9344703 commit 66ddf24

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

crypto/README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# trezor-crypto
22

3-
[![Build Status](https://travis-ci.org/trezor/trezor-crypto.svg?branch=master)](https://travis-ci.org/trezor/trezor-crypto) [![gitter](https://badges.gitter.im/trezor/community.svg)](https://gitter.im/trezor/community)
4-
53
Heavily optimized cryptography algorithms for embedded devices.
64

75
These include:
@@ -43,3 +41,14 @@ Distibuted under MIT License.
4341
- Ed25519: https://github.com/floodyberry/ed25519_donna
4442
- Chacha20: https://github.com/wg/c20p1305
4543
- Poly1305: https://github.com/floodyberry/poly1305-donna
44+
45+
## Repo source:
46+
47+
```
48+
remote = git+ssh://[email protected]/trezor/trezor-crypto
49+
branch = master
50+
commit = 915b3dbbbf58c262865647728a3463b8785fc965
51+
parent = 6ad3294f31a1e7484b43c104ff2880b965198cad
52+
method = rebase
53+
cmdver = 0.4.0
54+
```

helpers/flipbip_custom_event.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,4 @@ typedef enum {
1313
FlipBipCustomEventScene1Right,
1414
FlipBipCustomEventScene1Ok,
1515
FlipBipCustomEventScene1Back,
16-
// FlipBipCustomEventScene2Up,
17-
// FlipBipCustomEventScene2Down,
18-
// FlipBipCustomEventScene2Left,
19-
// FlipBipCustomEventScene2Right,
20-
// FlipBipCustomEventScene2Ok,
21-
// FlipBipCustomEventScene2Back,
2216
} FlipBipCustomEvent;

0 commit comments

Comments
 (0)