4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-17 19:56:06 +00:00
Commit Graph

12 Commits

Author SHA1 Message Date
8c454a146c Silence incorrect linter warning 2022-07-07 18:19:15 +01:00
87e936195e Add some tests (#828)
* Add tests

* Add tests

* Add tests

* Add tests

* Fix code style

* Remove unnecessary tests
2021-11-04 08:05:53 +00:00
4859accbb0 Fix panic in address.GetKey() (fixes #860) 2021-11-02 18:03:16 +00:00
04ecdf6045 Preallocate memory when deriving address from key
This makes src/address.AddrForKey preallocate 32 bytes before starting
the address derivation. As benches in syg_go show, reallocating temp
takes 20% of the function runtime.
2021-07-08 16:04:43 +05:00
0cff56fcc1 (broken state) WIP on tuntap 2021-05-08 10:39:07 -05:00
ace7b43b6d (broken state) WIP address migration 2021-05-08 07:25:53 -05:00
73f50af3b7 Fix typos 2019-11-29 11:45:02 +02:00
eccd9a348f give yggdrasil.Dialer the same interface as a net.Dialer, so the only differences are what fields exist in the struct 2019-10-21 19:44:06 -05:00
b3361d4bbc package level documentation for address/crypto/util 2019-09-01 19:01:33 -05:00
cd99d04bd4 document address, crypto, and util 2019-09-01 18:53:45 -05:00
ea4ca02681 fix code after moving address/crypto/util 2018-12-14 20:49:18 -06:00
2c68d41409 move files, still need to fix exports and compile errors 2018-12-14 18:30:36 -06:00