40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
ALGUE library {#mainpage}
|
|
===============
|
|
|
|
@tableofcontents
|
|
|
|
What is ALGUE, and how can I use it? {#algue_mainpage_what}
|
|
====================================
|
|
|
|
Algorithm interface base64, sha1, md5
|
|
|
|
this use the library openSSL to generate these algorithm (better c++ interface)
|
|
|
|
What languages are supported? {#algue_mainpage_lang}
|
|
=============================
|
|
|
|
ALGUE is written in C++.
|
|
|
|
Are there any licensing restrictions? {#algue_mainpage_license_restriction}
|
|
=====================================
|
|
|
|
ALGUE is **FREE software** and _all sub-library are FREE and staticly linkable !!!_
|
|
|
|
License (MPL v2.0) {#algue_mainpage_license}
|
|
==================
|
|
|
|
Copyright algue Edouard DUPIN
|
|
|
|
Licensed under the Mozilla Public License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
<https://www.mozilla.org/MPL/2.0>
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
|