-
- Downloads
Refactor mnemonic for xxCrypto chacha implementation
parent
38934c84
No related branches found
No related tags found
... | @@ -17,12 +17,12 @@ require ( | ... | @@ -17,12 +17,12 @@ require ( |
github.com/spf13/jwalterweatherman v1.1.0 | github.com/spf13/jwalterweatherman v1.1.0 | ||
github.com/spf13/viper v1.7.1 | github.com/spf13/viper v1.7.1 | ||
gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 | gitlab.com/elixxir/bloomfilter v0.0.0-20200930191214-10e9ac31b228 | ||
gitlab.com/elixxir/comms v0.0.4-0.20210924220856-4864c21fe316 | gitlab.com/elixxir/comms v0.0.4-0.20210927221600-65a291f4e6a6 | ||
gitlab.com/elixxir/crypto v0.0.7-0.20210920180151-6c9b84bae372 | gitlab.com/elixxir/crypto v0.0.7-0.20210920180151-6c9b84bae372 | ||
gitlab.com/elixxir/ekv v0.1.5 | gitlab.com/elixxir/ekv v0.1.5 | ||
gitlab.com/elixxir/primitives v0.0.3-0.20210920180121-b85bca5212f4 | gitlab.com/elixxir/primitives v0.0.3-0.20210920180121-b85bca5212f4 | ||
gitlab.com/xx_network/comms v0.0.4-0.20210921011654-3b73a40ed3d6 | gitlab.com/xx_network/comms v0.0.4-0.20210921011654-3b73a40ed3d6 | ||
gitlab.com/xx_network/crypto v0.0.5-0.20210920180047-4dd4aed4a942 | gitlab.com/xx_network/crypto v0.0.5-0.20210928175311-49981edf5e69 | ||
gitlab.com/xx_network/primitives v0.0.4-0.20210915220237-70cb4551d6f3 | gitlab.com/xx_network/primitives v0.0.4-0.20210915220237-70cb4551d6f3 | ||
golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | golang.org/x/crypto v0.0.0-20210322153248-0c34fe9e7dc2 | ||
golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | golang.org/x/net v0.0.0-20210525063256-abc453219eb5 | ||
... | ... |
Please register or sign in to comment