Struan Clark 2 лет назад
Родитель
Сommit
66ddf24aae
2 измененных файлов с 11 добавлено и 8 удалено
  1. 11 2
      crypto/README.md
  2. 0 6
      helpers/flipbip_custom_event.h

+ 11 - 2
crypto/README.md

@@ -1,7 +1,5 @@
 # trezor-crypto
 
-[![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)
-
 Heavily optimized cryptography algorithms for embedded devices.
 
 These include:
@@ -43,3 +41,14 @@ Distibuted under MIT License.
 - Ed25519: https://github.com/floodyberry/ed25519_donna
 - Chacha20: https://github.com/wg/c20p1305
 - Poly1305: https://github.com/floodyberry/poly1305-donna
+
+## Repo source:
+
+```
+remote = git+ssh://git@github.com/trezor/trezor-crypto
+branch = master
+commit = 915b3dbbbf58c262865647728a3463b8785fc965
+parent = 6ad3294f31a1e7484b43c104ff2880b965198cad
+method = rebase
+cmdver = 0.4.0
+```

+ 0 - 6
helpers/flipbip_custom_event.h

@@ -13,10 +13,4 @@ typedef enum {
     FlipBipCustomEventScene1Right,
     FlipBipCustomEventScene1Ok,
     FlipBipCustomEventScene1Back,
-    // FlipBipCustomEventScene2Up,
-    // FlipBipCustomEventScene2Down,
-    // FlipBipCustomEventScene2Left,
-    // FlipBipCustomEventScene2Right,
-    // FlipBipCustomEventScene2Ok,
-    // FlipBipCustomEventScene2Back,
 } FlipBipCustomEvent;