File tree Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Expand file tree Collapse file tree 2 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 1
1
# trezor-crypto
2
2
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
-
5
3
Heavily optimized cryptography algorithms for embedded devices.
6
4
7
5
These include:
@@ -43,3 +41,14 @@ Distibuted under MIT License.
43
41
- Ed25519: https://github.com/floodyberry/ed25519_donna
44
42
- Chacha20: https://github.com/wg/c20p1305
45
43
- 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
+ ```
Original file line number Diff line number Diff line change @@ -13,10 +13,4 @@ typedef enum {
13
13
FlipBipCustomEventScene1Right ,
14
14
FlipBipCustomEventScene1Ok ,
15
15
FlipBipCustomEventScene1Back ,
16
- // FlipBipCustomEventScene2Up,
17
- // FlipBipCustomEventScene2Down,
18
- // FlipBipCustomEventScene2Left,
19
- // FlipBipCustomEventScene2Right,
20
- // FlipBipCustomEventScene2Ok,
21
- // FlipBipCustomEventScene2Back,
22
16
} FlipBipCustomEvent ;
You can’t perform that action at this time.
0 commit comments