1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-04-28 19:35:10 +00:00
seafile-server/lib/crypt.vala

9 lines
136 B
Vala
Raw Permalink Normal View History

2016-08-10 06:53:33 +00:00
namespace Seafile {
public class CryptKey : Object {
public string key { set; get; }
public string iv { set; get; }
}
}