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:
parent
02f2158c1d
commit
171067ffff
@ -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)
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user