libgocryptfs/internal/readpassword
Jakob Unterwurzacher 5243cd0e0d trezor: hide behind compile tag
The trezor libraries are not yet stable enough to build
gocryptfs with trezor support by default.

It does not even compile at the moment:

  $ ./build.bash -tags enable_trezor
  # github.com/conejoninja/tesoro/vendor/github.com/trezor/usbhid
  ../../conejoninja/tesoro/vendor/github.com/trezor/usbhid/hid.go:32:11: fatal error: os/threads_posix.c: No such file or directory
    #include "os/threads_posix.c"
           ^~~~~~~~~~~~~~~~~~~~
  compilation terminated.

https://github.com/conejoninja/tesoro/issues/9
2018-07-01 21:48:51 +02:00
..
extpass_test.go Add `-masterkey=stdin` functionality 2018-03-22 00:02:10 +01:00
read.go Add `-masterkey=stdin` functionality 2018-03-22 00:02:10 +01:00
stdin_test.go Add `-masterkey=stdin` functionality 2018-03-22 00:02:10 +01:00
trezor.go trezor: hide behind compile tag 2018-07-01 21:48:51 +02:00
trezor_disabled.go trezor: hide behind compile tag 2018-07-01 21:48:51 +02:00