pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2013-11-03
2013-11-03 17:00:36 by Henrik Grubbström (Grubba) <grubba@grubba.org>
5c383326cd19cd94c7aaf1812b5e2edf177124c9 (
13
lines) (+
13
/-
0
)
[
Show
|
Annotate
]
Branch:
7.9
CHANGES: Added some more entries.
403:
several steps, pike libraries should preferably ensure that the base classes defined here provide required functionality directly.
+
o __builtin
+
The __builtin module is now a directory module, so that it can provide
+
a suitable namespace for code written in Pike intended for being
+
inherited from modules written in C (cf precompile).
-
+
+
Extensions and new functions ---------------------------- o Bz2.File added
701:
Added support for SHA256, SHA384 and SHA512 as hash functions. Expose the used hash and key types in the out data
+
o Crypto.ARCTWO
+
+
The 1-128 bit cipher ARCTWO is now provided as a block cipher in
+
Crypto. This cipher is only intended for compatibility with OLD
+
third party code, and should NOT be used for new development.
+
o Crypto.CAMELLIA The 128/256 bit cipher CAMELLIA is now available as block cipher in