1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

docs/common: add link to passphrase migration

This commit is contained in:
Tomas Susanka 2020-02-18 12:54:42 +00:00
parent 02f2158c1d
commit 171067ffff
3 changed files with 3 additions and 3 deletions

View File

@ -18,8 +18,9 @@
- [Model One](hardware/model-one/index.md)
- [Common](common/index.md)
- [Communication](common/communication/index.md)
- [Sessions](common/communication/sessions.md)
- [Passphrase](common/communication/passphrase.md)
- [Migration](common/communication/passphrase-redesign-migration.md)
- [Sessions](common/communication/sessions.md)
- [Storage](storage/index.md)
- [Tests](tests/index.md)
- [CI](tests/ci.md)

View File

@ -1,4 +1,3 @@
# Passphrase Redesign In 1.9.0 / 2.3.0
On the T1, passphrase must be entered on the host PC and sent to Trezor. On the TT, the

View File

@ -1,6 +1,6 @@
# Passphrase
As of 2.3.0 we have changed how [passphrase](https://wiki.trezor.io/Passphrase) is communicated between the host and the device.
As of 1.9.0 / 2.3.0 we have changed how [passphrase](https://wiki.trezor.io/Passphrase) is communicated between the host and the device. For migration information for existing Hosts communicating with Trezor please see this [document](passphrase-redesign-migration.md).
Passphrase is very tightly coupled with _sessions_. The reader is encouraged to read on that topic first in the [sessions.md](sessions.md) section.