> For the complete documentation index, see [llms.txt](https://blog.owent.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://blog.owent.net/2017.md).

# 2017

* [ECDH椭圆双曲线（比DH快10倍的密钥交换）算法简介和封装](/2017/1472.md)
* [protobuf-net的动态Message实现](/2017/1471.md)
* [pbc的proto3接入](/2017/1470.md)
* [atgateway内置协议流程优化-加密、算法协商和ECDH](/2017/1469.md)
* [整理一波软件源镜像同步工具+DevOps工具](/2017/1468.md)
* [Blog切换到Hugo](/2017/1467.md)
* [libcopp v2的第一波优化完成](/2017/1466.md)
* [libcopp(v2) vs goroutine性能测试](/2017/1465.md)
* [libcopp的线程安全、栈池和merge boost.context 1.64.0](/2017/1446.md)
* [GCC 7和LLVM+Clang+libc++abi 4.0的构建脚本](/2017/1431.md)
* [libatbus的几个藏得很深的bug](/2017/1411.md)
* [用cmake交叉编译到iOS和Android](/2017/1405.md)
* [开源项目得一些小维护](/2017/1373.md)
* [atapp的c binding和c#适配](/2017/1367.md)
* [对象路由系统设计](/2017/1342.md)
* [2016年总结](/2017/1334.md)
* [近期的一个协程流程BUG](/2017/1313.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://blog.owent.net/2017.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
