Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910
  1. // (C) Copyright 2012, Jeramey Crawford <jeramey@antihe.ro>. All
  2. // rights reserved. Use of this source code is governed by a BSD-style
  3. // license that can be found in the LICENSE file.
  4. // Package common contains routines used by multiple password hashing
  5. // algorithms.
  6. //
  7. // Generally, you will never import this package directly. Many of the
  8. // *_crypt packages will import this package if they require it.
  9. package common